#include <yarp/os/Type.h>
Definition at line 23 of file Type.h.
◆ Type() [1/3]
Constructor.
Definition at line 90 of file Type.cpp.
◆ Type() [2/3]
Type::Type |
( |
const Type & |
rhs | ) |
|
Copy constructor.
- Parameters
-
Definition at line 95 of file Type.cpp.
◆ Type() [3/3]
Type::Type |
( |
Type && |
rhs | ) |
|
|
noexcept |
Move constructor.
- Parameters
-
Definition at line 100 of file Type.cpp.
◆ ~Type()
◆ addProperty()
Type & Type::addProperty |
( |
const char * |
key, |
|
|
const Value & |
val |
|
) |
| |
◆ anon()
◆ byName() [1/2]
Type Type::byName |
( |
const char * |
name | ) |
|
|
static |
◆ byName() [2/2]
Type Type::byName |
( |
const char * |
name, |
|
|
const char * |
name_on_wire |
|
) |
| |
|
static |
◆ byNameOnWire()
Type Type::byNameOnWire |
( |
const char * |
name_on_wire | ) |
|
|
static |
◆ getName()
std::string Type::getName |
( |
| ) |
const |
◆ getNameOnWire()
std::string Type::getNameOnWire |
( |
| ) |
const |
◆ hasName()
bool Type::hasName |
( |
| ) |
const |
◆ isValid()
bool Type::isValid |
( |
| ) |
const |
◆ operator=() [1/2]
Type & Type::operator= |
( |
const Type & |
rhs | ) |
|
Copy assignment operator.
- Parameters
-
- Returns
- this object
Definition at line 111 of file Type.cpp.
◆ operator=() [2/2]
Move assignment operator.
- Parameters
-
- Returns
- this object
Definition at line 119 of file Type.cpp.
◆ readProperties()
◆ toString()
std::string Type::toString |
( |
| ) |
const |
◆ writeProperties()
The documentation for this class was generated from the following files: