#include <FunctionType.hh>
Inheritance diagram for rfl::FunctionType:
Public Member Functions | |
FunctionType (const Type &returnType) | |
virtual unsigned long | hash (void) const |
virtual bool | operator== (const Type &type) const |
Protected Types | |
typedef std::vector< const Type * > | ArgVector |
Protected Attributes | |
const Type * | ret_ |
ArgVector | argv_ |
|
|
|
|
|
This is a little helper to identify types with equal structure Implements rfl::Type. |
|
Implements rfl::Type. |
|
|
|
|