OpenSceneGraph
Public Member Functions | Protected Attributes | List of all members
osg::PushPopValue Class Reference

Public Member Functions

template<typename T >
 PushPopValue (NodeVisitor *nv, const Referenced *key, const T &value)
 
template<typename T >
 PushPopValue (ValueStack *valueStack, const Referenced *key, const T &value)
 
 ~PushPopValue ()
 

Protected Attributes

ValueStack_valueStack
 
const Referenced_key
 

Constructor & Destructor Documentation

◆ PushPopValue() [1/2]

template<typename T >
osg::PushPopValue::PushPopValue ( NodeVisitor nv,
const Referenced key,
const T &  value 
)
inline

◆ PushPopValue() [2/2]

template<typename T >
osg::PushPopValue::PushPopValue ( ValueStack valueStack,
const Referenced key,
const T &  value 
)
inline

◆ ~PushPopValue()

osg::PushPopValue::~PushPopValue ( )
inline

Member Data Documentation

◆ _key

const Referenced* osg::PushPopValue::_key
protected

◆ _valueStack

ValueStack* osg::PushPopValue::_valueStack
protected

The documentation for this class was generated from the following file: