#include <FeeServiceStruct.hpp>
Public Member Functions | |
FeeServiceStruct () | |
FeeServiceStruct (const FeeServiceStruct &fss) | |
FeeServiceStruct & | operator= (const FeeServiceStruct &rhs) |
~FeeServiceStruct () | |
Data Fields | |
char * | name |
void(* | handlerRoutine )(float floatVal) |
|
Constructor for a FeeServiceStruct.
|
|
Copy constructor for a FeeService struct.
|
|
Destructor for a FeeServiceStruct.
|
|
Assignment operator for a FeeService struct.
|
|
Pointer to the corresponding handler function.
|
|
Name of the FeeService.
|