Handles of names in a NameSet.Class Name provides the handles (i.e., char*s) of names in a NameSet.
More...
#include <nameset.h>
|
|
bool | isConsistent () const |
| consistency check.
|
|
|
| Name () |
| default constructor.
|
|
| Name (const Name &str) |
| copy constructor.
|
|
| Name (const char *str) |
| implictly constructs a Name out of a C style character string.
|
|
|
|
const char * | name |
| pointer to the name string.
|
|
|
|
static const char | deflt = '\0' |
| default zero string.
|
|
Handles of names in a NameSet.
Class Name provides the handles (i.e., char*s) of names in a NameSet.
Definition at line 71 of file nameset.h.
default constructor.
Definition at line 118 of file nameset.h.
copy constructor.
Only the pointer to the name is copied, but not the name itself.
Definition at line 124 of file nameset.h.
implictly constructs a Name out of a C style character string.
Definition at line 128 of file nameset.h.
bool isConsistent |
( |
| ) |
const |
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const Name & |
n |
|
) |
| |
|
friend |
output operator.
Definition at line 98 of file nameset.h.
int operator== |
( |
const Name & |
n1, |
|
|
const Name & |
n2 |
|
) |
| |
|
friend |
equality operator.
Definition at line 93 of file nameset.h.
default zero string.
Definition at line 78 of file nameset.h.