Xrtti::ConstructorSignature Class Reference

#include <Xrtti.h>

Inheritance diagram for Xrtti::ConstructorSignature:

Xrtti::DestructorSignature Xrtti::MethodSignature List of all members.

Public Member Functions

U32 GetArgumentCount () const
const ArgumentGetArgument (U32 index) const
bool HasEllipsis () const

Friends

class Constructor
class MethodSignature

Detailed Description

************************************************************************** ConstructorSignature describes the signature of a constructor


Member Function Documentation

U32 Xrtti::ConstructorSignature::GetArgumentCount  )  const [inline]
 

Returns the number of arguments of the constructor.

Returns:
the number of arguments of the constructor.

const Argument& Xrtti::ConstructorSignature::GetArgument U32  index  )  const [inline]
 

Returns the argument at index [index].

Returns:
the argument at index [index].

bool Xrtti::ConstructorSignature::HasEllipsis  )  const [inline]
 

Returns true if the constructor has ellipsis - an undefined number of arguments following the final declared argument, or false if it does not.

Returns:
true if the constructor has ellipsis


The documentation for this class was generated from the following file:
Generated on Fri May 4 11:55:14 2007 by  doxygen 1.4.6