|
cpp-strings 1.0.4
Pythonic c++ strings
|
| Cstd::basic_string< Char > | STL class |
| Cpcs::CppStringT< char > | |
| Cpcs::CppStringT< wchar_t > | |
| Cpcs::CppStringT< CharT, TraitsT, AllocatorT > | This is the templated base class for all CppString classes |
| Cstd::exception | STL class |
| Cstd::logic_error | STL class |
| Cpcs::CppStringT< CharT, TraitsT, AllocatorT >::NotFoundException | |
| Cpcs::Slice< IntT > | Base class for slices, with start, stop and step specified values |
| Cpcs::StartSlice< IntT > | Base class for slices, with start, stop and step specified values |
| Cpcs::StartStepSlice< IntT > | Struct of slices with default step values |
| Cpcs::StartStopSlice< IntT > | Struct of slices with default start and stop values |
| Cpcs::StepSlice< IntT > | Struct of slices with default start and step values |
| Cpcs::StopSlice< IntT > | Struct of slices with default stop and step values |
| Cpcs::StopStepSlice< IntT > | Struct of slices with default stop values |
| Cpcs::CppStringT< CharT, TraitsT, AllocatorT >::TransTable | The internal class of translation tables, used with methods CppStringT::maketrans and CppStringT::translate |