#include "main.h"
Go to the source code of this file.
Classes | |
struct | mapstaticmethods_impl< PlainObjectType, IsDynamicSize, IsVector > |
struct | mapstaticmethods_impl< PlainObjectType, false, IsVector > |
struct | mapstaticmethods_impl< PlainObjectType, true, false > |
struct | mapstaticmethods_impl< PlainObjectType, true, true > |
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 155 of file mapstaticmethods.cpp.
void test_mapstaticmethods | ( | ) |
Definition at line 161 of file mapstaticmethods.cpp.
const float* const_ptr |
Definition at line 28 of file mapstaticmethods.cpp.
float* ptr |
Definition at line 27 of file mapstaticmethods.cpp.