#include <ArrayType.hh>
Inheritance diagram for rfl::ArrayType:
Public Member Functions | |
ArrayType (const Type &elementType, std::size_t elementNum) | |
virtual void | avStartCall (av_alist &avList, void *fnPtr, void *retVal) const |
virtual void | avPutArg (av_alist &avList, void *arg) const |
virtual const Type & | getElmType (std::size_t idx) const |
virtual void * | getElmAddr (void *obj, std::size_t idx) const |
virtual unsigned long | hash (void) const |
virtual bool | operator== (const Type &type) const |
|
|
|
Implements rfl::Type. |
|
Implements rfl::Type. |
|
Implements rfl::Type. |
|
Implements rfl::Type. |
|
This is a little helper to identify types with equal structure Implements rfl::Type. |
|
Implements rfl::Type. |