Xrtti::Argument Class Reference

#include <Xrtti.h>

List of all members.

Public Member Functions

const TypeGetType () const
bool HasDefault () const
const ValueGetDefault () const


Detailed Description

************************************************************************** Argument represents a single argument in a constructor or function signature.


Member Function Documentation

const Type& Xrtti::Argument::GetType  )  const [inline]
 

Returns the type of the argument.

Returns:
the type of the argument.

bool Xrtti::Argument::HasDefault  )  const [inline]
 

Returns true if the Argument has a default value, false if not.

Returns:
true if the Argument has a default value, false if not.

const Value& Xrtti::Argument::GetDefault  )  const [inline]
 

If HasDefault() returns true, then this returns the default value for this argument. If HasDefault() returns false, then this returns an undefined value.

Returns:
the default value for this argument.


The documentation for this class was generated from the following file:
Generated on Sun Apr 29 22:26:04 2007 by  doxygen 1.4.6