Lines Matching defs:ini
10 /// This file contains the definitions for the ini file reader used in
25 #include "abg-ini.h"
32 namespace ini
793 /// @param name the name of the ini section.
800 /// @param name the name of the ini section.
862 /// The context of the ini file parsing.
865 /// ini file parsing.
1577 /// Read an ini section.
1679 /// Set new sections to the ini config
1690 /// Parse the sections of an *.ini file.
1692 /// @param input the input stream to parse the ini file from.
1717 /// Parse the sections of an *.ini file.
1719 /// @param path the path of the ini file to parse.
1740 /// Parse an ini config file from an input stream.
1742 /// @param input the input stream to parse the ini config file from.
1756 /// Parse an ini config file from a file on disk.
1758 /// @param path the path to the ini file to parse.
1776 /// Parse an ini config file from an input stream.
1790 /// Parse an ini config file from an on-disk file.
1830 /// Serialize an ini property to an output stream.
1848 /// Serialize an ini section to an output stream.
1850 /// @param section the ini section to serialize.
1870 /// Serialize a vector of sections that make up an ini config file to
1873 /// Note that an ini config is just a collection of sections.
1894 /// Serialize a vector of sections that make up an ini config to a
2056 }// end namespace ini