#include "SimTKcommon/internal/common.h"
#include "SimTKcommon/internal/List.h"
#include "SimTKcommon/internal/String.h"
#include "SimTKcommon/internal/Exception.h"
#include <limits>
#include <typeinfo>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | SimTK |
Classes | |
class | AbstractValue |
Abstract base class representing an arbitrary value of self-describing type. More... | |
class | ValueHelper |
Templatized version of the abstract class, providing generic type-specific functionality that does not require specialization. More... | |
class | Value |
A particular kind of AbstractValue, with automatic converstion to the underlying type. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &o, const AbstractValue &v) |