libthinkpad  2.6
https://github.com/libthinkpad
Public Member Functions | Public Attributes | List of all members
ThinkPad::Utilities::Ini::IniKeypair Class Reference

Defines a keypair in a .ini file. More...

#include <libthinkpad.h>

Public Member Functions

 IniKeypair (const char *key, const char *value)
 construct a new keypair More...
 

Public Attributes

char key [128]
 
char value [128]
 

Detailed Description

Defines a keypair in a .ini file.

Constructor & Destructor Documentation

ThinkPad::Utilities::Ini::IniKeypair::IniKeypair ( const char *  key,
const char *  value 
)

construct a new keypair

Parameters
keythe key to set
valuethe value to set

The documentation for this class was generated from the following files: