#include <Karto.h>
List of all members.
Detailed Description
Definition at line 353 of file Karto.h.
Constructor & Destructor Documentation
Constructor
Definition at line 359 of file Karto.h.
Constructor
Definition at line 366 of file Karto.h.
Constructor
Definition at line 374 of file Karto.h.
Destructor
Definition at line 383 of file Karto.h.
Member Function Documentation
Gets the name of this name
- Returns:
- name
Definition at line 392 of file Karto.h.
Gets the scope of this name
- Returns:
- scope
Definition at line 416 of file Karto.h.
Whether the character is a valid character (alphanumeric, /, _, or -)
- Parameters:
-
- Returns:
- true if the character is valid
Definition at line 572 of file Karto.h.
Whether the character is valid as a first character (alphanumeric or /)
- Parameters:
-
- Returns:
- true if the character is a valid first character
Definition at line 562 of file Karto.h.
kt_bool karto::Name::operator!= |
( |
const Name & |
rOther | ) |
const [inline] |
Inequality operator.
Definition at line 478 of file Karto.h.
kt_bool karto::Name::operator< |
( |
const Name & |
rOther | ) |
const [inline] |
Less than operator.
Definition at line 486 of file Karto.h.
Name& karto::Name::operator= |
( |
const Name & |
rOther | ) |
[inline] |
Assignment operator.
Definition at line 456 of file Karto.h.
kt_bool karto::Name::operator== |
( |
const Name & |
rOther | ) |
const [inline] |
Equality operator.
Definition at line 470 of file Karto.h.
Parse the given string into a Name object
- Parameters:
-
Definition at line 507 of file Karto.h.
Sets the name
- Parameters:
-
Definition at line 401 of file Karto.h.
Sets the scope of this name
- Parameters:
-
Definition at line 425 of file Karto.h.
Returns a string representation of this name
- Returns:
- string representation of this name
Definition at line 434 of file Karto.h.
Validates the given string as a Name
- Parameters:
-
Definition at line 532 of file Karto.h.
Friends And Related Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
rStream, |
|
|
const Name & |
rName |
|
) |
| [friend] |
Write Name onto output stream
- Parameters:
-
rStream | output stream |
rName | to write |
Definition at line 496 of file Karto.h.
Member Data Documentation
The documentation for this class was generated from the following file: