LibreOffice Module stoc (master) 1
Public Member Functions | Private Attributes | List of all members
stoc_javavm::JVM Class Reference

#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
 

Detailed Description

Definition at line 45 of file jvmargs.hxx.

Constructor & Destructor Documentation

◆ JVM()

stoc_javavm::JVM::JVM ( )
noexcept

Definition at line 25 of file jvmargs.cxx.

Member Function Documentation

◆ getProperties()

const ::std::vector< OUString > & stoc_javavm::JVM::getProperties ( ) const
inline

◆ pushProp()

void stoc_javavm::JVM::pushProp ( const OUString &  uString)

Definition at line 29 of file jvmargs.cxx.

References _props.

Member Data Documentation

◆ _props

::std::vector<OUString> stoc_javavm::JVM::_props
private

Definition at line 46 of file jvmargs.hxx.

Referenced by getProperties(), and pushProp().


The documentation for this class was generated from the following files: