AGX Dynamics 2.42.1.1
Loading...
Searching...
No Matches
Value.h File Reference

Go to the source code of this file.

Classes

class  agxData::Val< T >
 Only use as member allocated variable. More...
 
class  agxData::Value
 Abstract representation of a value. More...
 
class  agxData::ValueRefT< T >
 Templated value-reference. More...
 
class  agxData::ValueT< T >
 Templated value. More...
 

Namespaces

namespace  agxData
 Contains classes for low level data storage for AGX.
 
namespace  agxNet
 Containins classes for sending/reading data over sockets as well as compression functionality.
 

Typedefs

typedef agx::observer_ptr< const Value > agxData::ValueConstObserver
 
typedef agx::ref_ptr< const Value > agxData::ValueConstRef
 
typedef agx::observer_ptr< Value > agxData::ValueObserver
 
typedef agx::Vector< ValueObserver > agxData::ValueObserverVector
 
typedef agx::VectorPOD< Value * > agxData::ValuePtrVector
 
typedef agx::ref_ptr< Value > agxData::ValueRef
 
typedef agx::Vector< ValueRef > agxData::ValueRefVector
 
typedef agx::HashTable< agx::String, ValueRef > agxData::ValueTable
 

Functions

AGXCORE_EXPORT std::ostream & agxData::operator<< (std::ostream &output, const Value &value)