#include <Vocabulary.hpp>
Definition at line 75 of file Vocabulary.hpp.
Public Member Functions | |
| Term (void) | |
| default constructor | |
| Term (const std::string &id) | |
| construct term with identifier | |
| Term (const Term &t) | |
| copy constructor | |
| Term & | operator= (const Term &t) |
| assignment operator | |
Public Attributes | |
| std::string | term_id |
| URI used to uniquely identify the term. | |
| TermRef | term_ref |
| used to reference the term within this Vocabulary object | |
| std::string | term_comment |
| descriptive comment for the term | |
| DataType | term_type |
| type of data that the term represents | |
| size_t | term_size |
| maximum length if data type == TYPE_CHAR | |
| std::string | term_format |
| format used for date/time Term types | |
1.4.7