EPAM B2BITS C++ Bovespa MarketData handler  1.28.2
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Static Public Member Functions | List of all members
B2bits::MD::PropertiesFile Class Reference

#include <b2bits/engine/FAProperties.h>

Public Types

typedef std::map< std::string,
std::string > 
PropertyMap
 

Static Public Member Functions

static void load (const std::string &path, PropertyMap *properties)
 

Detailed Description

Loader for any file with properties like 'engine.properties'.

Member Typedef Documentation

typedef std::map<std::string, std::string> B2bits::MD::PropertiesFile::PropertyMap

Member Function Documentation

static void B2bits::MD::PropertiesFile::load ( const std::string &  path,
PropertyMap properties 
)
static

Returns properties loaded from file.

Exceptions
std::exceptionif file read error.