diff options
author | Sebastian Geerken <devnull@localhost> | 2013-01-02 13:11:03 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-01-02 13:11:03 +0100 |
commit | fb0d8a1e527107b0aff45638395a43d253220cc4 (patch) | |
tree | 2ff855b9963ac2e118d5365656b9d94abafa8453 /doc | |
parent | ea0cbd334be765eac1d47783c052d15642a407be (diff) |
Documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lout.doc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/lout.doc b/doc/lout.doc index 7f00d7b8..4e1503c6 100644 --- a/doc/lout.doc +++ b/doc/lout.doc @@ -81,8 +81,9 @@ The lout::misc namespace provides several miscellaneous stuff: implemented. For example., lout::container::untyped::Vector::sort and lout::container::typed::Vector::sort cast the elements to lout::misc::Comparable. This can be mixed with lout::object::Object. -<li> lout::misc::SimpleVector, a simple, template based vector class (not - depending on lout::object::Object), +<li> lout::misc::SimpleVector, a simple, template based vector class + (not depending on lout::object::Object) (a variant for handling a + special case in an efficient way is lout::misc::NotSoSimpleVector), <li> lout::misc::StringBuffer, class for fast concatenation of a large number of strings, <li> lout::misc::BitSet implements a bitset. |