molecular
Public Member Functions | Protected Attributes | List of all members
molecular::util::DynamicScoping< _Key, _ValueSuperType >::ManualBinding< ValueSubType > Class Template Reference

#include <DynamicScoping.h>

Inheritance diagram for molecular::util::DynamicScoping< _Key, _ValueSuperType >::ManualBinding< ValueSubType >:
molecular::util::DynamicScoping< _Key, _ValueSuperType >::SkeletalManualBinding molecular::util::DynamicScoping< _Key, _ValueSuperType >::Binding< ValueSubType >

Public Member Functions

 ManualBinding (Key key, DynamicScoping &scoping)
 
void operator= (ValueSubType value)
 
ValueSubType & operator* ()
 
ValueSubType * operator-> ()
 
- Public Member Functions inherited from molecular::util::DynamicScoping< _Key, _ValueSuperType >::SkeletalManualBinding
 SkeletalManualBinding (Key key, DynamicScoping &scoping, ValueSuperType *value)
 
void Bind ()
 
void Unbind ()
 

Protected Attributes

ValueSubType mCurrentValue
 
- Protected Attributes inherited from molecular::util::DynamicScoping< _Key, _ValueSuperType >::SkeletalManualBinding
ValueSuperTypemOriginalPointer = nullptr
 

Detailed Description

template<class _Key, class _ValueSuperType = void>
template<class ValueSubType>
class molecular::util::DynamicScoping< _Key, _ValueSuperType >::ManualBinding< ValueSubType >

Use with care. Better use Binding instead.

Constructor & Destructor Documentation

template<class _Key, class _ValueSuperType = void>
template<class ValueSubType>
molecular::util::DynamicScoping< _Key, _ValueSuperType >::ManualBinding< ValueSubType >::ManualBinding ( Key  key,
DynamicScoping scoping 
)
inline

Member Function Documentation

template<class _Key, class _ValueSuperType = void>
template<class ValueSubType>
ValueSubType& molecular::util::DynamicScoping< _Key, _ValueSuperType >::ManualBinding< ValueSubType >::operator* ( )
inline
template<class _Key, class _ValueSuperType = void>
template<class ValueSubType>
ValueSubType* molecular::util::DynamicScoping< _Key, _ValueSuperType >::ManualBinding< ValueSubType >::operator-> ( )
inline
template<class _Key, class _ValueSuperType = void>
template<class ValueSubType>
void molecular::util::DynamicScoping< _Key, _ValueSuperType >::ManualBinding< ValueSubType >::operator= ( ValueSubType  value)
inline

Member Data Documentation

template<class _Key, class _ValueSuperType = void>
template<class ValueSubType>
ValueSubType molecular::util::DynamicScoping< _Key, _ValueSuperType >::ManualBinding< ValueSubType >::mCurrentValue
protected

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