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

Passes data to a specific destination. More...

#include <property.h>

Inherits cloneable.

List of all members.

Public Member Functions

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

Detailed Description

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

Passes data to a specific destination.


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