INILine Struct Reference

This class represents a line with a key-value pair of strings, inside an INI file. More...

#include <FileINI.h>

List of all members.

Public Member Functions

 INILine ()
 Default constructor.
 INILine (const std::tstring &Key, const std::tstring &Value)
 Standard constructor.
 INILine (const INILine &line)
 Copy constructor.

Public Attributes

std::tstring sKey
 The line's key string.
std::tstring sValue
 The line's value string.

Detailed Description

This class represents a line with a key-value pair of strings, inside an INI file.

Definition at line 58 of file FileINI.h.


Constructor & Destructor Documentation

INILine::INILine ( const std::tstring &  Key,
const std::tstring &  Value 
) [inline]

Standard constructor.

Parameters:
Key The key string of the new object
Value The value string of the new object

Definition at line 72 of file FileINI.h.

References sKey, and sValue.

INILine::INILine ( const INILine line  )  [inline]

Copy constructor.

Parameters:
line An existing INILine object to copy from

Definition at line 82 of file FileINI.h.

References sKey, and sValue.


The documentation for this struct was generated from the following file:

Generated on Mon Jun 18 12:40:44 2012 for CC PDF Converter by doxygen 1.6.1