Add class for config and strings.
commit5e393741382cbc1ca0b782aecf0a3e9f0fda8f3b
authorDavid Brodsky <trekie@sinister.cz>
Sat, 6 May 2006 19:20:10 +0000 (6 21:20 +0200)
committerDavid Brodsky <trekie@sinister.cz>
Sun, 25 Jun 2006 00:11:59 +0000 (25 02:11 +0200)
tree49fd0058d903dbe5b35c5227f65a3e1b2fd6df54
parent10a04d98e4e5ddc8ad46236397073394741171ac
Add class for config and strings.

Class Taion::Core::Config holds simple string-string dictionary. It loads data
from specified file which can be given as a path (filename contains slash) or
simple filename in which case it can be the current directory, /etc, /usr/etc
or /usr/local/etc.

Class Tairon::Core::String is just a warapper around std::string providing some
convinient methods. It can be rewritten to use implicit sharing in the future.
include/tairon/core/config.h [new symlink]
include/tairon/core/string.h [new symlink]
src/core/Jamfile
src/core/config.cpp [new file with mode: 0644]
src/core/config.h [new file with mode: 0644]
src/core/string.cpp [new file with mode: 0644]
src/core/string.h [new file with mode: 0644]