typdefs

Typedefs are declared here. More...

Typedefs

typedef std::vector< std::string > Vec_Str
 
typedef std::vector< int > Vec_Int
 
typedef std::vector< double > Vec_Dbl
 
typedef std::vector< float > Vec_Flt
 
typedef std::vector< size_t > Vec_Sze
 
typedef std::vector< bool > Vec_Bool
 
typedef std::deque< double > Deq_Dbl
 
typedef std::vector< Vec_DblVec_Vec_Dbl
 
typedef std::shared_ptr< Vec_IntSP_Vec_Int
 
typedef std::shared_ptr< Vec_DblSP_Vec_Dbl
 
typedef std::shared_ptr< Vec_FltSP_Vec_Flt
 
typedef std::shared_ptr< const Vec_IntSCP_Vec_Int
 
typedef std::shared_ptr< const Vec_DblSCP_Vec_Dbl
 
typedef std::shared_ptr< const Vec_FltSCP_Vec_Flt
 
typedef unsigned short int FieldId
 
typedef int NuclideId
 
typedef int SpeciesId
 
typedef int ByproductId
 
typedef std::pair< FieldId, int > ChannelTypeId_t
 
typedef std::map< int, size_t > IdMap
 
typedef std::shared_ptr< IdMap > SP_IdMap
 
typedef std::shared_ptr< const IdMap > SCP_IdMap
 
typedef std::pair< double, double > EnergyRange_t
 

Detailed Description

Typedefs are declared here.

Typedef Documentation

typedef std::vector<std::string> Vec_Str
typedef std::vector<int> Vec_Int
typedef std::vector<float> Vec_Flt
typedef std::vector<size_t> Vec_Sze
typedef std::vector<bool> Vec_Bool
typedef std::deque<double> Deq_Dbl
typedef std::vector<Vec_Dbl> Vec_Vec_Dbl
typedef std::shared_ptr<Vec_Int> SP_Vec_Int
typedef std::shared_ptr<Vec_Dbl> SP_Vec_Dbl
Examples:
exNEAMS.cpp.
typedef std::shared_ptr<Vec_Flt> SP_Vec_Flt
typedef std::shared_ptr<const Vec_Int> SCP_Vec_Int
typedef std::shared_ptr<const Vec_Dbl> SCP_Vec_Dbl
typedef std::shared_ptr<const Vec_Flt> SCP_Vec_Flt
typedef unsigned short int FieldId
typedef int NuclideId
typedef int SpeciesId
typedef int ByproductId
typedef std::pair<FieldId, int> ChannelTypeId_t
typedef std::map<int, size_t> IdMap
typedef std::shared_ptr<IdMap> SP_IdMap
typedef std::shared_ptr<const IdMap> SCP_IdMap
typedef std::pair<double, double> EnergyRange_t