\hypertarget{class_bloc}{
\section{Bloc Class Reference}
\label{class_bloc}\index{Bloc@{Bloc}}
}


{\ttfamily \#include $<$Bloc.h$>$}

\subsection*{Public Member Functions}
\begin{DoxyCompactItemize}
\item 
int \hyperlink{class_bloc_abe24a24eb159616943041548857c403e}{getValue} ()
\begin{DoxyCompactList}\small\item\em Gives the bloc value. \item\end{DoxyCompactList}\item 
char $\ast$ \hyperlink{class_bloc_a2eb3f8c8780b4dccb60b585c0ed9e2fe}{getName} ()
\begin{DoxyCompactList}\small\item\em Gives the bloc name. \item\end{DoxyCompactList}\item 
void \hyperlink{class_bloc_a061815a8bdffb88ec567d3e1925e2c17}{setName} (char $\ast$)
\begin{DoxyCompactList}\small\item\em Set the bloc name. \item\end{DoxyCompactList}\item 
void \hyperlink{class_bloc_ac232aa5ca00f29863f5a6e1fbede8a00}{setValue} (int)
\begin{DoxyCompactList}\small\item\em Set the bloc value. \item\end{DoxyCompactList}\item 
\hyperlink{class_bloc_ad9450c56c0d6fc4ce8c57d718493123a}{Bloc} (void)
\begin{DoxyCompactList}\small\item\em \hyperlink{class_bloc}{Bloc} constructor. \item\end{DoxyCompactList}\item 
\hyperlink{class_bloc_a991ceca8ca6d3a8ff84c9e4481f410dc}{$\sim$Bloc} (void)
\begin{DoxyCompactList}\small\item\em \hyperlink{class_bloc}{Bloc} destructor. \item\end{DoxyCompactList}\end{DoxyCompactItemize}


\subsection{Detailed Description}
\hyperlink{class_bloc}{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.



\subsection{Constructor \& Destructor Documentation}
\hypertarget{class_bloc_ad9450c56c0d6fc4ce8c57d718493123a}{
\index{Bloc@{Bloc}!Bloc@{Bloc}}
\index{Bloc@{Bloc}!Bloc@{Bloc}}
\subsubsection[{Bloc}]{\setlength{\rightskip}{0pt plus 5cm}Bloc::Bloc (void)}}
\label{class_bloc_ad9450c56c0d6fc4ce8c57d718493123a}


\hyperlink{class_bloc}{Bloc} constructor. 



Definition at line 36 of file Bloc.cpp.

\hypertarget{class_bloc_a991ceca8ca6d3a8ff84c9e4481f410dc}{
\index{Bloc@{Bloc}!$\sim$Bloc@{$\sim$Bloc}}
\index{$\sim$Bloc@{$\sim$Bloc}!Bloc@{Bloc}}
\subsubsection[{$\sim$Bloc}]{\setlength{\rightskip}{0pt plus 5cm}Bloc::$\sim$Bloc (void)}}
\label{class_bloc_a991ceca8ca6d3a8ff84c9e4481f410dc}


\hyperlink{class_bloc}{Bloc} destructor. 



Definition at line 46 of file Bloc.cpp.



\subsection{Member Function Documentation}
\hypertarget{class_bloc_a2eb3f8c8780b4dccb60b585c0ed9e2fe}{
\index{Bloc@{Bloc}!getName@{getName}}
\index{getName@{getName}!Bloc@{Bloc}}
\subsubsection[{getName}]{\setlength{\rightskip}{0pt plus 5cm}char $\ast$ Bloc::getName ()}}
\label{class_bloc_a2eb3f8c8780b4dccb60b585c0ed9e2fe}


Gives the bloc name. 

\begin{DoxyReturn}{Returns}
The bloc name 
\end{DoxyReturn}


Definition at line 64 of file Bloc.cpp.

\hypertarget{class_bloc_abe24a24eb159616943041548857c403e}{
\index{Bloc@{Bloc}!getValue@{getValue}}
\index{getValue@{getValue}!Bloc@{Bloc}}
\subsubsection[{getValue}]{\setlength{\rightskip}{0pt plus 5cm}int Bloc::getValue ()}}
\label{class_bloc_abe24a24eb159616943041548857c403e}


Gives the bloc value. 

\begin{DoxyReturn}{Returns}
The bloc value 
\end{DoxyReturn}


Definition at line 54 of file Bloc.cpp.

\hypertarget{class_bloc_a061815a8bdffb88ec567d3e1925e2c17}{
\index{Bloc@{Bloc}!setName@{setName}}
\index{setName@{setName}!Bloc@{Bloc}}
\subsubsection[{setName}]{\setlength{\rightskip}{0pt plus 5cm}void Bloc::setName (char $\ast$ {\em myName})}}
\label{class_bloc_a061815a8bdffb88ec567d3e1925e2c17}


Set the bloc name. 


\begin{DoxyParams}{Parameters}
\item[{\em myValue}]: The new name \end{DoxyParams}


Definition at line 82 of file Bloc.cpp.

\hypertarget{class_bloc_ac232aa5ca00f29863f5a6e1fbede8a00}{
\index{Bloc@{Bloc}!setValue@{setValue}}
\index{setValue@{setValue}!Bloc@{Bloc}}
\subsubsection[{setValue}]{\setlength{\rightskip}{0pt plus 5cm}void Bloc::setValue (int {\em myValue})}}
\label{class_bloc_ac232aa5ca00f29863f5a6e1fbede8a00}


Set the bloc value. 


\begin{DoxyParams}{Parameters}
\item[{\em myValue}]: The new value \end{DoxyParams}


Definition at line 73 of file Bloc.cpp.



The documentation for this class was generated from the following files:\begin{DoxyCompactItemize}
\item 
header/\hyperlink{_bloc_8h}{Bloc.h}\item 
sources/\hyperlink{_bloc_8cpp}{Bloc.cpp}\end{DoxyCompactItemize}
