Pyro higlevel API
|
Public Member Functions | |
Private () | |
~Private () | |
String | GetAppName () |
void | CreatePath (const String &cPath) |
void | SetPath (const String &cFile="", const String &cPath="") |
void | SetIO (SeekableIO *pcIO) |
status_t | GetStream (uint32 mode=O_RDONLY) |
void | FreeStream () |
Public Attributes | |
SeekableIO * | m_pcIO |
bool | m_bUserStream |
String | m_cFile |
String | m_cPath |
|
inline |
References os::Settings::Private::m_bUserStream, and os::Settings::Private::m_pcIO.
|
inline |
References os::Settings::Private::m_pcIO.
|
inline |
References os::String::c_str().
Referenced by os::Settings::Private::GetStream().
|
inline |
References os::Settings::Private::m_bUserStream, and os::Settings::Private::m_pcIO.
Referenced by os::Settings::Load(), and os::Settings::Save().
|
inline |
References os::String::c_str(), os::Application::GetInstance(), and os::Looper::GetName().
Referenced by os::Settings::Private::SetPath().
|
inline |
|
inline |
References os::Settings::Private::m_bUserStream, and os::Settings::Private::m_pcIO.
Referenced by os::Settings::SetFile(), and os::Settings::Settings().
References os::Settings::Private::GetAppName(), os::Settings::Private::m_cFile, and os::Settings::Private::m_cPath.
Referenced by os::Settings::SetFile(), os::Settings::SetPath(), and os::Settings::Settings().
bool os::Settings::Private::m_bUserStream |
String os::Settings::Private::m_cFile |
String os::Settings::Private::m_cPath |
SeekableIO* os::Settings::Private::m_pcIO |