ダウンロードリスト

プロジェクト概要

!ConfigLib は、標準の Unix および Windows の読み取りと書き込み用の C++ ライブラリです。INI 構成ファイルの変数を宣言するように簡単に。構成ファイルから設定を読み取るし、コメントを保持しながら変更を書き込むに必要なすべてのオブジェクトを提供します。テンプレートを使用して、任意のシリアル化可能なオブジェクトまたはプリミティブ構成ファイルから読み取るされがコマンドライン経由で自動的に解析されます。また、C プリミティブ以外の設定を処理するための共通のオブジェクトが含まれています。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2008-12-16 03:01
0.2.1

この更新プログラムは、いくつかのマイナーなパフォーマンスの向上を提供します追加ポーライテレータなど、より良いポーラをサポートします。
タグ: Minor feature enhancements
This update provides some minor performance improvements, and adds better const support including const iterators.

2008-08-27 00:54
0.2.0

このアップデートでは、能力を非スイッチのコマンドラインパラメータを列挙するために追加され、長いコマンドラインスイッチの処理を修正いくつかのバグ。
タグ: Minor feature enhancements
This update adds the ability to enumerate over
unswitched command line parameters, and fixes some
bugs in long command line switch handling.

2008-07-10 20:42
0.1.3

この更新プログラムは可算設定オプションを読み取るための新しいクラスを追加します。 configenumクラスでは文字列のコレクションを作成するには、数値インデックスにマップします。この急速に構成することができます設定を追加するためのショートカットとして有用であるという名前のオプションの有限数と数値の値またはCとしてそれらを操作する+ +の列挙。
タグ: Minor feature enhancements
This update adds a new class for reading an enumerable configuration option. The configenum class allows the creation of a collection of strings that map to a numeric index. This is useful as a shortcut for rapidly adding a configuration setting which allows a finite number of named options and manipulating them as numeric values or a C++ enumeration.

2008-03-25 18:32
0.1.1

このアップデートでは、構成ファイルのセクションを読んで、2つの新しいクラスを追加:configmapは、名前/値のペアを読み込み、名前の値を読み取ります。configvector。また、位置の改善、新しい設定を処理するブール型の変数です。
タグ: Major feature enhancements
This update adds two new classes for reading a section of the configuration file: configmap which reads name/value pairs, and configvector, which reads unnamed values. There are also improvements in positioning new settings and handling Boolean variables.

2008-03-17 00:23
0.1.0

プロジェクトの最初のリリースを読むと、構成、または完全なセクションから設定する設定ファイルを書き込むためのオブジェクトが含まれます。また、色の読み取りとIPアドレスの共通フォーマットのさまざまな使用してアドレスのオブジェクトがあります。
タグ: Initial freshmeat announcement
The initial release of the project includes objects for reading and writing a configuration file setting, or a map of settings from a complete section. It also has objects for reading colors and IP addresses using a variety of common formats.

プロジェクトリソース