Murl::Util::Environment::Parameter Class Reference

The parameter base class. More...

#include "murl_util_environment.h"

Inheritance diagram for Murl::Util::Environment::Parameter:

Public Types

using AutoPtr = AutoPointer< Parameter >
 Definition of the parameter auto pointer.
 

Public Member Functions

 Parameter (ParameterType type, const String &longId, const String &shortId, const String &description, SInt32 skip, Bool isArray)
 The constructor. More...
 
virtual ~Parameter ()
 The destructor.
 
virtual SInt32 Process (SInt32 currentIndex, SInt32 argC, const char **argV)
 Process the parameter's arguments. More...
 

Public Attributes

ParameterType mType
 The parameter type.
 
String mLongId
 The long parameter identifier string.
 
String mShortId
 The short parameter identifier string.
 
String mDescription
 The parameter description string.
 
Bool mIsSet
 Flag if the parameter is set.
 
SInt32 mSkip
 The number of arguments used by the parameter.
 
Bool mIsArray
 Signature for parameter arrays.
 

Detailed Description

The parameter base class.

Constructor & Destructor Documentation

◆ Parameter()

Murl::Util::Environment::Parameter::Parameter ( ParameterType  type,
const String longId,
const String shortId,
const String description,
SInt32  skip,
Bool  isArray 
)

The constructor.

Parameters
typeThe type of the parameter.
longIdThe long parameter identifier string.
shortIdThe short parameter identifier string.
descriptionThe parameter description string.
skipThe number of arguments used by the parameter.
isArraytrue if the parameter implements an array.

Member Function Documentation

◆ Process()


The documentation for this class was generated from the following file:
  • murl_util_environment.h


Copyright © 2011-2024 Spraylight GmbH.