#include <Tag.hpp>
Public Member Functions | |
Tag | clone () const |
std::string | name () const |
Tag (const std::string &name) | |
Tag (const UUID &uuid, const std::string &name) | |
Deserialization constructor, not for general use. More... | |
UUID | uuid () const |
Related Functions | |
(Note that these are not member functions.) | |
typedef boost::optional< Tag > | OptionalTag |
typedef std::vector< Tag > | TagVector |
|
explicit |
openstudio::Tag::Tag | ( | const UUID & | uuid, |
const std::string & | name | ||
) |
Deserialization constructor, not for general use.
Tag openstudio::Tag::clone | ( | ) | const |
std::string openstudio::Tag::name | ( | ) | const |
UUID openstudio::Tag::uuid | ( | ) | const |
|
related |