#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.
◆ 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 |