#include <name_fwd.hpp>
Classes |
struct | dont_copy_t |
struct | dont_initialize_t |
Public Member Functions |
const char * | c_str () const |
| name_t (const char *string_name="") |
Detailed Description
Definition at line 42 of file name_fwd.hpp.
Constructor & Destructor Documentation
name_t |
( |
const char * |
string_name = "" | ) |
|
|
explicit |
Constructs a name_t associated with string_name. If this is the first instance of this string, then the string will be copied to a pool with static storage duration.
- Precondition
string_name
is a '\0' terminated character sequence.
Friends And Related Function Documentation