ICmdLineArg

Container for a command line Argument. More...

#include

Public Member Functions

virtual const char * GetName () const =0
virtual const char * GetValue () const =0
virtual const ECmdLineArgType GetType () const =0
virtual const float GetFValue () const =0
virtual const int GetIValue () const =0

Detailed Description

Container for a command line Argument.

Member Function Documentation

◆ GetFValue()

virtual const float ICmdLineArg::GetFValue ( ) const
pure virtual
Returns
The value of the argument as float.

◆ GetIValue()

virtual const int ICmdLineArg::GetIValue ( ) const
pure virtual
Returns
The value of the argument as an integer.

◆ GetName()

virtual const char* ICmdLineArg::GetName ( ) const
pure virtual
Returns
The name of the argument.

◆ GetType()

virtual const ECmdLineArgType ICmdLineArg::GetType ( ) const
pure virtual
Returns
The type of argument.

◆ GetValue()

virtual const char* ICmdLineArg::GetValue ( ) const
pure virtual
Returns
The value of the argument as a null-terminated string.