rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Foundation Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlSymbol Class Reference

Symbol class. More...

#include <ilog/hash.h>

List of all members.

Public Member Functions

const char * name () const
 Returns a copy of the string that was used to build the symbol.
 operator const char * () const
 Returns a copy of the string that was used to build the symbol.

Detailed Description

Symbol class.

Library: ilog

Rogue Wave Views occasionally requires string constants to manipulate specific entities, and uses a generic manner of handling unique strings within a given application. The strings are called symbols, and are managed by the IlSymbol class. You must use the global function IlGetSymbol to get an existing symbol or create a new one.

See also:
IlGetSymbol.

Member Function Documentation

const char* IlSymbol::name (  )  const

Returns a copy of the string that was used to build the symbol.

You must not modify or delete this string.

Returns:
A copy of the string that was used to build this symbol.
IlSymbol::operator const char * (  )  const

Returns a copy of the string that was used to build the symbol.

You must not modify or delete this string.

Returns:
A copy of the string that was used to build this symbol.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

© Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.