Rogue Wave Views
Foundation Package API Reference Guide
Product Documentation:

Rogue Wave Views
Documentation Home
List of all members | Public Member Functions
IlSymbol Class Reference

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...
 

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

§ name()

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.

§ operator const char *()

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.

© Copyright 2017, 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.