#include <cartobase/config/cartobase_config.h>
#include <cartobase/smart/rcptr.h>
#include <string>
#include <vector>
#include <list>
#include <map>
#include <set>
#include <complex>
#include <typeinfo>
Go to the source code of this file.
|
| typedef uint8_t | byte |
| | ...
|
| |
| typedef unsigned short | ushort |
| | ...
|
| |
| typedef uint32_t | word |
| | ...
|
| |
| typedef unsigned int | uint |
| | ...
|
| |
| typedef unsigned long | ulong |
| | ...
|
| |
| typedef std::complex< float > | cfloat |
| | Complex 32 bits float.
|
| |
| typedef std::complex< double > | cdouble |
| | Complex 64 bits float.
|
| |
◆ byte
◆ cdouble
| typedef std::complex<double> cdouble |
Complex 64 bits float.
Definition at line 98 of file types.h.
◆ cfloat
| typedef std::complex<float> cfloat |
Complex 32 bits float.
Definition at line 96 of file types.h.
◆ uint
| typedef unsigned int uint |
◆ ulong
| typedef unsigned long ulong |
◆ ushort
◆ word
◆ operator<<()
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const Void & | ) |
|
inline |
◆ operator==()
| bool operator== |
( |
const Void & | , |
|
|
const Void & | ) |
|
inline |
◆ operator>>()
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
Void & | ) |
|
inline |