#include <ini.hpp>
List of all members.
Detailed Description
Definition at line 52 of file ini.hpp.
Constructor & Destructor Documentation
saga::ini::section::section |
( |
std::string |
filename = "" | ) |
|
saga::ini::section::section |
( |
const section & |
in | ) |
|
saga::ini::section::~section |
( |
void |
| ) |
|
Member Function Documentation
void saga::ini::section::read |
( |
std::string |
filename | ) |
|
void saga::ini::section::parse |
( |
std::string |
sourcename, |
|
|
std::vector< std::string > |
lines |
|
) |
| |
void saga::ini::section::merge |
( |
std::string |
second | ) |
|
void saga::ini::section::merge |
( |
const section & |
second | ) |
|
void saga::ini::section::dump |
( |
int |
ind = 0 , |
|
|
std::ostream & |
strm = std::cout |
|
) |
| const |
void saga::ini::section::add_section |
( |
std::string |
sec_name, |
|
|
const section & |
sec |
|
) |
| |
bool saga::ini::section::has_section |
( |
std::string |
sec_name | ) |
const |
bool saga::ini::section::has_section_full |
( |
std::string |
sec_name | ) |
const |
void saga::ini::section::add_entry |
( |
std::string |
key, |
|
|
std::string |
val |
|
) |
| |
bool saga::ini::section::has_entry |
( |
std::string |
key | ) |
const |
std::string saga::ini::section::get_entry |
( |
std::string |
key | ) |
const |
std::string saga::ini::section::get_entry |
( |
std::string |
key, |
|
|
std::string |
dflt_val |
|
) |
| const |
std::string saga::ini::section::get_name |
( |
void |
| ) |
const |
The documentation for this class was generated from the following files: