#include <net_types.h>
Inheritance diagram for FD::NetCType< T >:


Public Member Functions | |
| NetCType () | |
| NetCType (T val) | |
| virtual | ~NetCType () |
| operator T () | |
| NetCType< T > & | operator= (NetCType< T > &type) |
| NetCType< T > & | operator= (T val) |
| int | operator== (NetCType< T > &type) |
| int | operator== (T val) |
| int | operator!= (NetCType< T > &type) |
| int | operator!= (T val) |
| void | destroy () |
| Destroy object from the pool. | |
Static Public Member Functions | |
| static NetCType< T > * | alloc () |
| static NetCType< T > * | alloc (const T &obj) |
|
|||||||||
|
default constructor |
|
||||||||||
|
constructor with a predefined value |
|
|||||||||
|
destructor |
|
||||||||||
|
Allocator from the pool with an object
|
|
|||||||||
|
Allocator from the pool
|
|
|||||||||
|
cast operator |
|
||||||||||
|
operator!= between a NetCType and a standard C type |
|
||||||||||
|
operator!= between two NetCType |
|
||||||||||
|
operator= between a standard C type and a NetCType |
|
||||||||||
|
||||||||||
|
operator== between a NetCType and a standard C type |
|
||||||||||
|
operator== between two NetCType |
1.4.4