#include <name.hpp>
List of all members.
Public Member Functions |
| static_name_t (const char *string_name="") |
Detailed Description
Definition at line 70 of file name.hpp.
Constructor & Destructor Documentation
Constructs a static_name_t associated with string_name. The string will not be copied to the pool, however, it is not guaranteed that the associated string will be the identity of string_name.
- Precondition:
string_name
is a '\0' terminated character sequence.
-
string_name
is immutable, and has static storage duration [1].
- Note:
- [1] C++ Standard, second edition, (ISO/IEC 14882, 2003-04-01), section 3.7.1.
Definition at line 73 of file name.hpp.