Public Types

sbuild::keyfile_traits Struct Reference

Traits class for an INI-style configuration file. More...

#include <sbuild-keyfile.h>

List of all members.

Public Types

typedef std::string group_name_type
 Group name.
typedef std::string key_type
 Key name.
typedef std::string value_type
 Value.
typedef std::string comment_type
 Comment.
typedef unsigned int size_type
 Line number.

Detailed Description

Traits class for an INI-style configuration file.

The format is documented in schroot.conf(5).


Member Typedef Documentation

Comment.

Group name.

typedef std::string sbuild::keyfile_traits::key_type

Key name.

typedef unsigned int sbuild::keyfile_traits::size_type

Line number.

Value.


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