cgv
Loading...
Searching...
No Matches
cgv::base::emulated_property_access< T > Struct Template Reference
Inheritance diagram for cgv::base::emulated_property_access< T >:
cgv::base::abst_property_access cgv::base::property_access< T >

Public Member Functions

 emulated_property_access (T *_ptr)
 
const charget_type_name () const override
 
bool set (const std::string &value_type, const void *value_ptr) override
 
bool get (const std::string &value_type, void *value_ptr) override
 

Public Attributes

Tptr
 
- Public Attributes inherited from cgv::base::abst_property_access
bool has_changed {false}
 

Detailed Description

template<typename T>
struct cgv::base::emulated_property_access< T >

Definition at line 35 of file base_generator.h.

Constructor & Destructor Documentation

◆ emulated_property_access()

template<typename T >
cgv::base::emulated_property_access< T >::emulated_property_access ( T _ptr)
inline

Definition at line 38 of file base_generator.h.

Member Function Documentation

◆ get()

template<typename T >
bool cgv::base::emulated_property_access< T >::get ( const std::string &  value_type,
void value_ptr 
)
inlineoverridevirtual

Implements cgv::base::abst_property_access.

Definition at line 51 of file base_generator.h.

◆ get_type_name()

template<typename T >
const char * cgv::base::emulated_property_access< T >::get_type_name ( ) const
inlineoverridevirtual

Implements cgv::base::abst_property_access.

Definition at line 39 of file base_generator.h.

◆ set()

template<typename T >
bool cgv::base::emulated_property_access< T >::set ( const std::string &  value_type,
const void value_ptr 
)
inlineoverridevirtual

Implements cgv::base::abst_property_access.

Definition at line 40 of file base_generator.h.

Member Data Documentation

◆ ptr

Definition at line 37 of file base_generator.h.


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