#include <GeneralId.h>
◆ GeneralId() [1/4]
cnoid::GeneralId::GeneralId |
( |
| ) |
|
|
inline |
◆ GeneralId() [2/4]
cnoid::GeneralId::GeneralId |
( |
int |
id | ) |
|
|
inline |
◆ GeneralId() [3/4]
cnoid::GeneralId::GeneralId |
( |
const std::string & |
id | ) |
|
|
inline |
◆ GeneralId() [4/4]
cnoid::GeneralId::GeneralId |
( |
const GeneralId & |
org | ) |
|
|
inline |
◆ defaultId()
static GeneralId cnoid::GeneralId::defaultId |
( |
| ) |
|
|
inlinestatic |
◆ isInt()
bool cnoid::GeneralId::isInt |
( |
| ) |
const |
|
inline |
◆ isString()
bool cnoid::GeneralId::isString |
( |
| ) |
const |
|
inline |
◆ isValid()
bool cnoid::GeneralId::isValid |
( |
| ) |
const |
|
inline |
◆ label()
std::string GeneralId::label |
( |
| ) |
const |
◆ operator!=() [1/3]
bool cnoid::GeneralId::operator!= |
( |
const GeneralId & |
rhs | ) |
const |
|
inline |
◆ operator!=() [2/3]
bool cnoid::GeneralId::operator!= |
( |
const std::string & |
rhs | ) |
const |
|
inline |
◆ operator!=() [3/3]
bool cnoid::GeneralId::operator!= |
( |
int |
rhs | ) |
const |
|
inline |
◆ operator=() [1/3]
◆ operator=() [2/3]
GeneralId& cnoid::GeneralId::operator= |
( |
const std::string & |
rhs | ) |
|
|
inline |
◆ operator=() [3/3]
GeneralId& cnoid::GeneralId::operator= |
( |
int |
rhs | ) |
|
|
inline |
◆ operator==() [1/3]
bool cnoid::GeneralId::operator== |
( |
const GeneralId & |
rhs | ) |
const |
|
inline |
◆ operator==() [2/3]
bool cnoid::GeneralId::operator== |
( |
const std::string & |
rhs | ) |
const |
|
inline |
◆ operator==() [3/3]
bool cnoid::GeneralId::operator== |
( |
int |
rhs | ) |
const |
|
inline |
◆ read()
bool GeneralId::read |
( |
const Mapping & |
archive, |
|
|
const char * |
key |
|
) |
| |
◆ toInt()
int cnoid::GeneralId::toInt |
( |
| ) |
const |
|
inline |
◆ toString()
const std::string& cnoid::GeneralId::toString |
( |
| ) |
const |
|
inline |
◆ write()
bool GeneralId::write |
( |
Mapping & |
archive, |
|
|
const char * |
key |
|
) |
| const |
The documentation for this class was generated from the following files: