Sleeping Wombat GUI  0.100
swGUI
Public Member Functions | Private Attributes | List of all members
StringPropertyPath< KeyType > Class Template Reference

#include <StringPropertyPath.h>

Public Member Functions

 StringPropertyPath ()
 
 StringPropertyPath (EngineObject *object, const std::string &propertyPath)
 
 ~StringPropertyPath ()=default
 
KeyType GetValue (EngineObject *object)
 
void SetValue (EngineObject *object, KeyType &value)
 

Private Attributes

std::string m_path
 

Constructor & Destructor Documentation

template<typename KeyType >
StringPropertyPath< KeyType >::StringPropertyPath ( )
inlineexplicit
template<typename KeyType >
StringPropertyPath< KeyType >::StringPropertyPath ( EngineObject object,
const std::string &  propertyPath 
)
inlineexplicit
template<typename KeyType >
StringPropertyPath< KeyType >::~StringPropertyPath ( )
default

Member Function Documentation

template<typename KeyType >
KeyType StringPropertyPath< KeyType >::GetValue ( EngineObject object)
inline
template<typename KeyType >
void StringPropertyPath< KeyType >::SetValue ( EngineObject object,
KeyType value 
)
inline

Member Data Documentation

template<typename KeyType >
std::string StringPropertyPath< KeyType >::m_path
private

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