CLASS Class Reference

CLASS. More...

#include <CLASS.h>

List of all members.

Public Member Functions

 CLASS ()
 Constructor method.
 ~CLASS ()
 Distructor method.
virtual bool Init (int one, int two, char *three)
 Initializator of class.

Private Attributes

int myAttribyte
 This brief description is in the same lines of attribute declaration.

Detailed Description

CLASS.

This class do not nothing. But is useful to understand how you can use the comments understandable to Doxygen. Detailed description of class. ...

Author:
Vito Conforti
Date:
19/10/2012

Constructor & Destructor Documentation

CLASS::CLASS (  ) 

Constructor method.

The CLASS constructor is aimed at the creation of the object. In this step is possible initialize some attributes.

CLASS::~CLASS (  ) 

Distructor method.

Destroy of object CLASS. All object's data will be lost.


Member Function Documentation

bool CLASS::Init ( int  one,
int  two,
char *  three 
) [virtual]

Initializator of class.

Initializator of the object.

Parameters:
one] description of first parameter.
two] description of second parameter.
three] description of third parameter.
Returns:
True on success. False otherwise. Instance to be deleted and no other functions to be called.

Code Description of Init Method


Member Data Documentation

int CLASS::myAttribyte [private]

This brief description is in the same lines of attribute declaration.


The documentation for this class was generated from the following files:

Generated on 19 Oct 2012 for SIMTELProcessor by  doxygen 1.6.1