Loading...
Searching...
No Matches
Caster-example.cpp

Reads and writes values in memory using stored type - base types (char, int, double...) or std::string.

Reads and writes values in memory using stored type - base types (char, int, double...) or std::string. Caster uses a pointer provided by the user. The pointer points to a memory segment that stores base type objects (char, int, ...). The type may change dynamically.

The implementation is based on function pointers to predefined template functions performing casts between base types.

As such, does not support arrays. See derived classes: