|
| | MAXON_DECLARATION (ParametricType, Array, "net.maxon.parametrictype.array") |
| |
| template<GET_DATATYPE_POLICY POLICY, typename T > |
| Result< DataType > | PrivateGetDataType (ArrayInterface< T > **, OverloadRank0) |
| |
| template<typename ARRAY > |
| | MAXON_IMPLEMENTATION_REGISTER_SIMPLE (ArrayImpl< ARRAY >, typename) |
| |
| template<typename T > |
| const ArrayInterface< T > * | ToArrayPtr (const ArrayInterface< T > &array) |
| |
| template<typename T > |
| WritableArrayInterface< T > * | ToWritableArrayPtr (WritableArrayInterface< T > &array) |
| |