|
Functions |
const char * | c_str () const |
std::size_t | hash_value (name_t name) |
bool | operator< (const name_t &x, const name_t &y) |
bool | operator== (const name_t &x, const name_t &y) |
Detailed Description
Function Documentation
const char * c_str |
( |
| ) |
const |
- Returns:
- the associated '\0' terminated string.
Definition at line 63 of file name.hpp.
std::size_t adobe::version_1::hash_value |
( |
name_t |
name | ) |
|
bool operator< |
( |
const name_t & |
x, |
|
|
const name_t & |
y |
|
) |
| |
bool operator== |
( |
const name_t & |
x, |
|
|
const name_t & |
y |
|
) |
| |
|