#include "main.h"
Go to the source code of this file.
Functions | |
template<typename PlainObjectType > | |
void | mapstaticmethods (const PlainObjectType &m) |
void | test_mapstaticmethods () |
Variables | |
const float * | const_ptr |
float * | ptr |
void mapstaticmethods | ( | const PlainObjectType & | m | ) |
Definition at line 140 of file mapstaticmethods.cpp.
void test_mapstaticmethods | ( | ) |
Definition at line 146 of file mapstaticmethods.cpp.
const float* const_ptr |
Definition at line 13 of file mapstaticmethods.cpp.
float* ptr |
Definition at line 12 of file mapstaticmethods.cpp.