#include "SimTKcommon/internal/common.h"
#include "SimTKcommon/internal/ExceptionMacros.h"
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | SimTK |
Classes | |
class | Enumeration |
This class defines an enumerated type. More... | |
class | Enumeration::iterator |
This class provides an interface for iterating over the set of all possible enumerated values. More... | |
class | EnumerationSet |
This class provides an efficient implementation of a set for storing values of an enumerated type defined with Enumeration. More... | |
class | EnumerationSet::EnumerationSetRep |
This class is the internal implementation of EnumerationSet. More... | |
class | EnumerationSet::iterator |
This class provides an interface for iterating over the content of an EnumerationSet. More... | |
Functions | |
template<class T> | |
std::ostream & | operator<< (std::ostream &stream, const Enumeration< T > &value) |