template<typename T>
class shogun::Tag< T >
Acts as an identifier for a shogun object. It contains type information and name of the object. Generally used to CSGObject::set() and CSGObject::get() parameters of a class.
Definition at line 47 of file tag.h.
|
| Tag (const std::string &_name) |
|
| Tag (const Tag &other) |
|
std::string | name () const |
|
std::size_t | hash () const |
|
Tag |
( |
const std::string & |
_name | ) |
|
|
explicit |
Constructor
- Parameters
-
Definition at line 54 of file tag.h.
Copy constructor
- Parameters
-
other | another tag object to copy |
Definition at line 62 of file tag.h.
std::size_t hash |
( |
| ) |
const |
|
inherited |
std::string name |
( |
| ) |
const |
|
inherited |
The documentation for this class was generated from the following file: