Ice Sheet System Model  4.18
Code documentation
Public Member Functions
Option Class Referenceabstract

#include <Option.h>

Inheritance diagram for Option:
Object GenericOption< OptionType >

Public Member Functions

 Option ()
 
 ~Option ()
 
Objectcopy ()
 
virtual void DeepEcho ()=0
 
virtual void DeepEcho (char *indent)=0
 
virtual void Echo ()=0
 
int Id ()
 
void Marshall (char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
 
int ObjectEnum ()
 
virtual char * Name ()=0
 
- Public Member Functions inherited from Object
virtual ~Object ()
 

Detailed Description

Definition at line 13 of file Option.h.

Constructor & Destructor Documentation

◆ Option()

Option::Option ( )
inline

Definition at line 18 of file Option.h.

18 {};

◆ ~Option()

Option::~Option ( )
inline

Definition at line 19 of file Option.h.

19 {};

Member Function Documentation

◆ copy()

Object* Option::copy ( void  )
inlinevirtual

Implements Object.

Definition at line 22 of file Option.h.

22 {_error_("Not implemented yet"); };

◆ DeepEcho() [1/2]

virtual void Option::DeepEcho ( )
pure virtual

Implements Object.

Implemented in GenericOption< OptionType >.

◆ DeepEcho() [2/2]

virtual void Option::DeepEcho ( char *  indent)
pure virtual

Implemented in GenericOption< OptionType >.

◆ Echo()

virtual void Option::Echo ( )
pure virtual

Implements Object.

Implemented in GenericOption< OptionType >.

◆ Id()

int Option::Id ( void  )
inlinevirtual

Implements Object.

Definition at line 26 of file Option.h.

26 {_error_("Not implemented yet"); };

◆ Marshall()

void Option::Marshall ( char **  pmarshalled_data,
int *  pmarshalled_data_size,
int  marshall_direction 
)
inlinevirtual

Implements Object.

Definition at line 27 of file Option.h.

27 { _error_("not implemented yet!"); };

◆ ObjectEnum()

int Option::ObjectEnum ( void  )
inlinevirtual

Implements Object.

Definition at line 28 of file Option.h.

28 {return OptionEnum;};

◆ Name()

virtual char* Option::Name ( )
pure virtual

Implemented in GenericOption< OptionType >.


The documentation for this class was generated from the following file:
OptionEnum
@ OptionEnum
Definition: EnumDefinitions.h:1210
_error_
#define _error_(StreamArgs)
Definition: exceptions.h:49