Inviwo  0.9.10.1
Inviwo documentation
inviwo::Tags Class Reference

Public Member Functions

 Tags (const std::string &tags)
 
 Tags (const char *tags)
 
Tagsoperator= (const std::string &that)
 
void addTag (Tag)
 
void addTags (const Tags &t)
 
size_t size () const
 
bool empty () const
 
std::string getString () const
 
int getMatches (const Tags &) const
 

Public Attributes

std::vector< Tagtags_
 

Static Public Attributes

static const Tags None
 
static const Tags GL
 
static const Tags CL
 
static const Tags CPU
 
static const Tags PY
 

Friends

std::ostream & operator<< (std::ostream &os, const inviwo::Tags &obj)
 
bool operator== (const Tags &lhs, const Tags &rhs)
 
bool operator< (const Tags &lhs, const Tags &rhs)
 

The documentation for this class was generated from the following files: