Bloc Class Reference
#include <Bloc.h>
List of all members.
Public Member Functions |
| int | getValue () |
| | Gives the bloc value.
|
| char * | getName () |
| | Gives the bloc name.
|
| void | setName (char *) |
| | Set the bloc name.
|
| void | setValue (int) |
| | Set the bloc value.
|
| | Bloc (void) |
| | Bloc constructor.
|
| | ~Bloc (void) |
| | Bloc destructor.
|
Detailed Description
Bloc class. A simple class that has a name and a value associated with it. It allows simple operations like getting and setting its attributes.
Definition at line 35 of file Bloc.h.
Constructor & Destructor Documentation
Member Function Documentation
Gives the bloc name.
- Returns:
- The bloc name
Definition at line 64 of file Bloc.cpp.
Gives the bloc value.
- Returns:
- The bloc value
Definition at line 54 of file Bloc.cpp.
| void Bloc::setName |
( |
char * |
myName |
) |
|
Set the bloc name.
- Parameters:
-
Definition at line 82 of file Bloc.cpp.
| void Bloc::setValue |
( |
int |
myValue |
) |
|
Set the bloc value.
- Parameters:
-
Definition at line 73 of file Bloc.cpp.
The documentation for this class was generated from the following files: