template<typename T, typename KEYTYPE>
class maxon::FId< T, KEYTYPE >
FId class for ids with datatype type. this makes Set/Get functions type safe. use FID and DEFINE_ID macros to use in the code. e.g. FID(1000,Float64) or MAXON_ATTRIBUTE(Float64, MYID_RADIUS, 1000) you can use:
#define Set(a0, a1, a2, a3, a4, a5)
Definition: Python-ast.h:586
PyObject * value
Definition: abstract.h:715
PyObject * key
Definition: abstract.h:289
#define MAXON_FUNCTION
Definition: interfacebase.h:1022
PyObject ** type
Definition: pycore_pyerrors.h:34
to define template functions that are allow specialization of Fid<T>
- Template Parameters
-