B2BITS FIX Antenna C++  2.31.0
Public Types | Static Public Member Functions | List of all members
Engine::PropertiesFile Class Reference

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

#include <B2BITS_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)
 Returns properties loaded from file. More...
 

Detailed Description

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

Member Typedef Documentation

◆ PropertyMap

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

Member Function Documentation

◆ load()

static void Engine::PropertiesFile::load ( const std::string &  path,
PropertyMap properties 
)
inlinestatic

Returns properties loaded from file.

Exceptions
Utils::Exceptionif file read error.