PrevUpHomeNext

jpp::core::basic_string, jpp::core::string, jpp::core::wstring


jpp::core::basic_string is the jimcpp string class template.

jpp::core::string is the char based string using alias of jpp::core::basic_string.

jpp::core::wstring is the wchar_t based string using alias of jpp::core::basic_string.

Jimcpp forks irrlicht.
jpp::core::basic_string is renamed from irr::core::string.
jpp::core::string is renamed from irr::core::stringc.
jpp::core::wstring is renamed from irr::core::stringw.

Method: .data()

Return the c++ raw string: const char * or const wchar_t *

Method: .str()

Return the c++ standard string: std::string or std::wstring.

Method: .operator string

Return The c++ standard string: std::string or std::wstring.

It is marked explicit.

Back

Up

Jimcpp

Jimcpp


PrevUpHomeNext