lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
|
Fetches data from a specific source. More...
#include <property.h>
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. |
Fetches data from a specific source.