RobWorkProject
23.9.11-
|
Class defining general types. More...
#include <TypeRepository.hpp>
Public Types | |
enum | Ids { Undefined = -1 , Q = 0 , Transform3D , User = 1024 } |
Public Member Functions | |
Type (int id=-1) | |
Construct a type object. More... | |
operator int () | |
operator enable implicit cast to int. More... | |
Class defining general types.
enum Ids |
|
inline |
Construct a type object.
If no id is specified if constructs a Type object with type=Undefined
id | [in] int identifier of the type |
|
inline |
operator enable implicit cast to int.
This operator enables using Type in switch statements