LibreOffice Module stoc (master) 1
|
#include <jvmargs.hxx>
Public Member Functions | |
JVM () noexcept | |
void | pushProp (const OUString &uString) |
const ::std::vector< OUString > & | getProperties () const |
Private Attributes | |
::std::vector< OUString > | _props |
Definition at line 45 of file jvmargs.hxx.
|
noexcept |
Definition at line 25 of file jvmargs.cxx.
|
inline |
Definition at line 52 of file jvmargs.hxx.
References _props.
Referenced by stoc_javavm::JavaVirtualMachine::getJavaVM(), and stoc_javavm::JavaVirtualMachine::setINetSettingsInVM().
void stoc_javavm::JVM::pushProp | ( | const OUString & | uString | ) |
Definition at line 29 of file jvmargs.cxx.
References _props.
|
private |
Definition at line 46 of file jvmargs.hxx.
Referenced by getProperties(), and pushProp().