STRINGLIST

Classes

Files

This class is for storing more std::string's in better way than in std::vector.

Interface

Please note, that this class does not do any range check, it's up to you to ask only for items that are in range 0..size() - 1.