|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAIC::IIO Class ReferenceIIO is an basic class hows define the in put out put.
More...
#include <abstract_interface.h>
Inheritance diagram for NLAIC::IIO
[legend]Collaboration diagram for NLAIC::IIO:
[legend]List of all members.
Public Methods |
| IIO () |
virtual void | Echo (char *CStringType, ...) = 0 |
virtual const std::string | InPut () = 0 |
virtual | ~IIO () |
Detailed Description
IIO is an basic class hows define the in put out put.
Because IO depend of application we encapsulate sate in a classwhos user have to define it. -
Author(s):
-
Chafik sameh , Nevrax France
-
Date:
-
2000
Definition at line 433 of file abstract_interface.h.
Constructor & Destructor Documentation
NLAIC::IIO::IIO (
|
) [inline]
|
|
NLAIC::IIO::~IIO (
|
) [inline, virtual]
|
|
Member Function Documentation
virtual void NLAIC::IIO::Echo (
|
char * str,
|
|
... ) [pure virtual]
|
|
virtual const std::string NLAIC::IIO::InPut (
|
) [pure virtual]
|
|
The documentation for this class was generated from the following file:
|
|