Rogue Wave Views Foundation Package API Reference Guide |
Rogue Wave Views Documentation Home |
Symbol class. More...
#include <ilog/hash.h>
Public Member Functions | |
const char * | name () const |
Returns a copy of the string that was used to build the symbol. More... | |
operator const char * () const | |
Returns a copy of the string that was used to build the symbol. More... | |
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.
IlGetSymbol()
. 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.
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.
© Copyright 2016, 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.