Classes | |
| class | custom_string |
| struct | custom_string_from_python_str |
| struct | custom_string_to_python_str |
Functions | |
| custom_string | hello () |
| void | init_module () |
| std::size_t | size (custom_string const &s) |
| custom_string homemadestring::hello | ( | ) |
Definition at line 23 of file mystring.cpp.
| void homemadestring::init_module | ( | ) |
Definition at line 66 of file mystring.cpp.
| std::size_t homemadestring::size | ( | custom_string const & | s | ) |
Definition at line 24 of file mystring.cpp.