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

Bloc::Bloc ( void   ) 

Bloc constructor.

Definition at line 36 of file Bloc.cpp.

Bloc::~Bloc ( void   ) 

Bloc destructor.

Definition at line 46 of file Bloc.cpp.


Member Function Documentation

char * Bloc::getName (  ) 

Gives the bloc name.

Returns:
The bloc name

Definition at line 64 of file Bloc.cpp.

int Bloc::getValue (  ) 

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:
myValue : The new name

Definition at line 82 of file Bloc.cpp.

void Bloc::setValue ( int  myValue  ) 

Set the bloc value.

Parameters:
myValue : The new value

Definition at line 73 of file Bloc.cpp.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Defines
Generated on Thu May 20 14:29:33 2010 for Template by  doxygen 1.6.3