#include <config-file.hpp>
Classes | |
class | Error |
Public Types | |
typedef boost::property_tree::ptree | Parsed |
Public Member Functions | |
ConfigFile () | |
Locate, open, and parse a library configuration file. More... | |
~ConfigFile () | |
const boost::filesystem::path & | getPath () const |
const Parsed & | getParsedConfiguration () const |
Definition at line 34 of file config-file.hpp.
typedef boost::property_tree::ptree ndn::ConfigFile::Parsed |
Definition at line 48 of file config-file.hpp.
ndn::ConfigFile::ConfigFile | ( | ) |
Locate, open, and parse a library configuration file.
ConfigFile::Error | on parse error |
Definition at line 29 of file config-file.cpp.
ndn::ConfigFile::~ConfigFile | ( | ) |
Definition at line 39 of file config-file.cpp.
References NDN_CXX_SYSCONFDIR.
|
inline |
Definition at line 105 of file config-file.hpp.
|
inline |
Definition at line 111 of file config-file.hpp.
Referenced by ndn::TcpTransport::getDefaultSocketHostAndPort(), ndn::security::KeyChain::KeyChain(), and ndn::UnixTransport::~UnixTransport().