string.h File Reference
#include <string>#include <stb/base/macros.h>

Go to the source code of this file.
Functions | |
| int | stricasecmp (const stb::string str1, const stb::string str2) |
| This file encapsulates basic data structures like string, list, and so on. For the PDA-based setup, STL cannot be used. | |
| void | getBaseName (stb::string &in_string, const stb::string &str, const char *delim) |
Variables | |
| BEGIN_NAMESPACE_STB typedef std::string | string |
| This file encapsulates basic data structures like string, list, and so on. For the PDA-based setup, STL cannot be used. | |
Function Documentation
| void getBaseName | ( | stb::string & | in_string, | |
| const stb::string & | str, | |||
| const char * | delim | |||
| ) |
Definition at line 31 of file _CPack_Packages/Linux-Source/TBZ2/studierstube-4.3/src/base/string.cxx.
| int stricasecmp | ( | const stb::string | str1, | |
| const stb::string | str2 | |||
| ) |
This file encapsulates basic data structures like string, list, and so on. For the PDA-based setup, STL cannot be used.
Definition at line 20 of file _CPack_Packages/Linux-Source/TBZ2/studierstube-4.3/src/base/string.cxx.
Referenced by Config::parseXMLElement(), Scheduler::readConfiguration(), ComponentInfo::readConfiguration(), and Config::readKernelConfig().
Variable Documentation
| BEGIN_NAMESPACE_STB typedef std::string string |
This file encapsulates basic data structures like string, list, and so on. For the PDA-based setup, STL cannot be used.
Definition at line 31 of file _CPack_Packages/Linux-Source/TBZ2/studierstube-4.3/include/stb/base/string.h.
Referenced by SoOpenTrackerSource::configChanged(), SoVideoBackground::createTexture(), SoClassLoader::findEntryPoint(), SoVariable::formatExpression(), ComponentRetriever::getComponent(), SoInputEvent::getString(), ComponentManager::initComponent(), SoStringCalculator::inputChanged(), main(), os_LoadLibrary(), SoOpenTrackerSource::processEvent(), ComponentInfo::readConfiguration(), SoStudierstubeViewer::redraw(), EventContext::set(), Video::setParameter(), and Kernel::start().
