cee::ug::SetInfo
- 
class SetInfo
 Simple class containing metadata info for a set.
See also
Public Functions
- 
SetInfo()
 Constructs an empty object.
Default id is -1 (invalid).
- 
SetInfo(int id, const Str &name, const Str &description)
 Constructs a new set with the specified id, name, and description.
- 
SetInfo &operator=(const SetInfo &rhs)
 Assigns rhs to this set info and returns a reference to this set info.
- 
int id() const
 Returns the set id.
Returns -1 if this set info object is invalid.
- 
bool isValid() const
 Returns true if this object is a valid set info.
- 
SetInfo()