ProtoMol - an object-oriented component based framework for Molecular Dynamics simulations.

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

ProtoMol::TypeSelection Namespace Reference


Classes

struct  Float
struct  Int
struct  SelectType
struct  SelectTypeCheck
struct  SelectTypeCheckHelper
struct  SelectTypeCheckHelper< true, A >
struct  SelectTypeHelper
struct  SelectTypeHelper< true, A, B >


Detailed Description

Enables to select the right type of an int or float with a given sizeof, bails out if there is not adequate type.

Usage:
typedef TypeSelection::Int<4>::type int32;
typedef TypeSelection::Float<4>::type float32;

Last update: . GNU GENERAL PUBLIC LICENSE, copyrighted by the University of Notre Dame and the University of Bergen, Norway.