Source represents the name of a frame in which some data originates. More...
#include <explicit_types.h>
Public Member Functions | |
std::string | id () const |
Source (const std::string &id) | |
Private Attributes | |
const std::string & | id_ |
Source represents the name of a frame in which some data originates.
Definition at line 11 of file explicit_types.h.
transform_graph::Source::Source | ( | const std::string & | id | ) | [explicit] |
Constructor
[in] | id | The name of the frame. |
Definition at line 6 of file explicit_types.cpp.
std::string transform_graph::Source::id | ( | ) | const |
Definition at line 7 of file explicit_types.cpp.
const std::string& transform_graph::Source::id_ [private] |
Definition at line 22 of file explicit_types.h.