|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAIAGENT::IDigital Class Template Reference#include <agent_nombre.h>
Inheritance diagram for NLAIAGENT::IDigital:
List of all members.
template<class tNombre>
class NLAIAGENT::IDigital< tNombre >
Constructor & Destructor Documentation
template<class tNombre> |
NLAIAGENT::IDigital< tNombre >::IDigital |
( |
tNombre |
value |
) |
[inline] |
|
template<class tNombre> |
NLAIAGENT::IDigital< tNombre >::IDigital |
( |
const IDigital< tNombre > & |
value |
) |
[inline] |
|
template<class tNombre> |
NLAIAGENT::IDigital< tNombre >::IDigital |
( |
|
) |
[inline] |
|
template<class tNombre> |
NLAIAGENT::IDigital< tNombre >::IDigital |
( |
NLMISC::IStream & |
is |
) |
[inline] |
|
template<class tNombre> |
virtual NLAIAGENT::IDigital< tNombre >::~IDigital |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
template<class tNombre> |
virtual double NLAIAGENT::IDigital< tNombre >::getNumber |
( |
|
) |
const [inline, virtual] |
|
|
In general number can be read as a bouble.Be careful, this generalisation don't work with 64Bits numbrer, in this case make a test of object before, or make th good cast if the type is known.
Implements NLAIAGENT::INombreDefine.
Definition at line 354 of file agent_nombre.h. |
The documentation for this class was generated from the following file:
|
|