Simbody
Classes | Namespaces | Functions

Value.h File Reference

#include "SimTKcommon/internal/common.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.

Classes

class  SimTK::AbstractValue
 Abstract base class representing an arbitrary value of self-describing type. More...
class  SimTK::Value< T >
 Templatized version of the abstract class, providing generic type-specific functionality that does not require specialization, with automatic conversion to the underlying type. More...

Namespaces

namespace  SimTK
 

This is the top-level SimTK namespace into which all SimTK names are placed to avoid collision with other symbols.


Functions

std::ostream & SimTK::operator<< (std::ostream &o, const AbstractValue &v)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines