libdcp
|
Public Member Functions | |
std::string | subtag () const |
virtual SubtagType | type () const =0 |
bool | operator== (Subtag const &other) const |
bool | operator!= (Subtag const &other) const |
bool | operator< (Subtag const &other) const |
Protected Member Functions | |
Subtag (std::string subtag, SubtagType type) | |
Private Attributes | |
std::string | _subtag |
Definition at line 89 of file language_tag.h.