libpniio
Data Structures | Namespaces | Macros
nximp_code_map.hpp File Reference
#include "nximp_code.hpp"

Go to the source code of this file.

Data Structures

struct  pni::io::nx::nximp_code_map< T >
 implementation code type map More...
 

Namespaces

 pni
 
 pni::io
 
 pni::io::nx
 

Macros

#define NXIMPCODEMAPDECL(type, impcode)
 

Macro Definition Documentation

#define NXIMPCODEMAPDECL (   type,
  impcode 
)
Value:
template<> struct nximp_code_map<type>\
{\
static const nximp_code icode = impcode;\
}
nximp_code
implementation codes
Definition: nximp_code.hpp:40