Crombie Tools
Types.h File Reference
#include <string>
#include <vector>
#include <map>
#include <list>

Go to the source code of this file.

Classes

class  crombie::Types::Binning
 This generates and stores all of the edges needed in a histogram. More...
 

Namespaces

 crombie
 This header file includes common functions that are used to interpret configuration files.
 
 crombie::Types
 

Typedefs

template<typename V >
using crombie::Types::map = std::map< const std::string, V >
 Map with strings as the keys. More...
 
using crombie::Types::strings = std::vector< std::string >