Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals

dcs::fee::FeeServiceStruct Struct Reference

#include <FeeServiceStruct.hpp>


Detailed Description

FeeService structs contain the name of a FeeService and the pointer to the corresponding handler function.

Author:
Sebastian Bablok
Date:
2005-10-06


Public Member Functions

 FeeServiceStruct ()
 FeeServiceStruct (const FeeServiceStruct &fss)
FeeServiceStructoperator= (const FeeServiceStruct &rhs)
 ~FeeServiceStruct ()

Data Fields

char * name
void(* handlerRoutine )(float floatVal)


Constructor & Destructor Documentation

dcs::fee::FeeServiceStruct::FeeServiceStruct  )  [inline]
 

Constructor for a FeeServiceStruct.

dcs::fee::FeeServiceStruct::FeeServiceStruct const FeeServiceStruct fss  )  [inline]
 

Copy constructor for a FeeService struct.

Parameters:
fss the FeeService struct from which the copy shall be made.

dcs::fee::FeeServiceStruct::~FeeServiceStruct  )  [inline]
 

Destructor for a FeeServiceStruct.


Member Function Documentation

FeeServiceStruct& dcs::fee::FeeServiceStruct::operator= const FeeServiceStruct rhs  )  [inline]
 

Assignment operator for a FeeService struct.

Parameters:
rhs the FeeService struct which shall be assigned from.


Field Documentation

void(* dcs::fee::FeeServiceStruct::handlerRoutine)(float floatVal)
 

Pointer to the corresponding handler function.

Parameters:
floatVal the value of the updated service

char* dcs::fee::FeeServiceStruct::name
 

Name of the FeeService.


The documentation for this struct was generated from the following file:
Generated on Thu Mar 29 19:21:15 2007 for Fee Client Library by doxygen 1.3.5