Core Library  1.7.0.0
Library containing core utilities and tools for threading, networking, logging, INI and CSV file management etc.
core_lib::ini_file::if_private Namespace Reference

The if_private namespace. More...

Classes

class  BlankLine
 Class to manage a blank line in an INI file. More...
 
class  CommentLine
 Class to manage a comment line in an INI file. More...
 
class  KeyLine
 Class to manage a section key line in an INI file. More...
 
class  Line
 Abstract base class to manage a line in an INI file. More...
 
class  SectionDetails
 Class to represent an INI file's section details. More...
 
class  SectionLine
 Class to manage a section header line in an INI file. More...
 

Typedefs

using line_list = std::list< std::shared_ptr< Line > >
 Line list typedef.
 
using line_iter = line_list::iterator
 Line list iterator typedef.
 
using line_citer = line_list::const_iterator
 Line list const iterator typedef.
 

Detailed Description

The if_private namespace.