lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
Public Member Functions
lean::properties::property_getter< Class > Class Template Reference

Fetches data from a specific source. More...

#include <property.h>

Inheritance diagram for lean::properties::property_getter< Class >:
lean::properties::property_constant< Class, Value >

List of all members.

Public Member Functions

virtual bool operator() (const Class &object, const std::type_info &type, void *values, size_t count) const =0
 Fetches the given number of values of the given type from the given object.
template<class Value >
LEAN_INLINE bool operator() (const Class &object, Value *values, size_t count) const
 Fetches the given number of values from the given object.

Detailed Description

template<class Class>
class lean::properties::property_getter< Class >

Fetches data from a specific source.


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