|
cpp-strings 1.0.4
Pythonic c++ strings
|
| Npcs | |
| CCppStringT | This is the templated base class for all CppString classes |
| CNotFoundException | |
| CTransTable | The internal class of translation tables, used with methods CppStringT::maketrans and CppStringT::translate |
| CSlice | Base class for slices, with start, stop and step specified values |
| CStartSlice | Base class for slices, with start, stop and step specified values |
| CStartStepSlice | Struct of slices with default step values |
| CStartStopSlice | Struct of slices with default start and stop values |
| CStepSlice | Struct of slices with default start and step values |
| CStopSlice | Struct of slices with default stop and step values |
| CStopStepSlice | Struct of slices with default stop values |