LibreOffice Module binaryurp (master) 1
Public Member Functions | Public Attributes | Private Member Functions | List of all members
binaryurp::WriterState Struct Reference

#include <writerstate.hxx>

Collaboration diagram for binaryurp::WriterState:
[legend]

Public Member Functions

 WriterState ()
 

Public Attributes

Cache< com::sun::star::uno::TypeDescription > typeCache
 
Cache< OUString > oidCache
 
Cache< rtl::ByteSequence > tidCache
 

Private Member Functions

 WriterState (const WriterState &)=delete
 
WriterStateoperator= (const WriterState &)=delete
 

Detailed Description

Definition at line 32 of file writerstate.hxx.

Constructor & Destructor Documentation

◆ WriterState() [1/2]

binaryurp::WriterState::WriterState ( const WriterState )
privatedelete

◆ WriterState() [2/2]

binaryurp::WriterState::WriterState ( )
inline

Definition at line 37 of file writerstate.hxx.

Member Function Documentation

◆ operator=()

WriterState & binaryurp::WriterState::operator= ( const WriterState )
privatedelete

Member Data Documentation

◆ oidCache

Cache< OUString > binaryurp::WriterState::oidCache

Definition at line 42 of file writerstate.hxx.

Referenced by binaryurp::Marshal::writeOid().

◆ tidCache

Cache< rtl::ByteSequence > binaryurp::WriterState::tidCache

Definition at line 44 of file writerstate.hxx.

Referenced by binaryurp::Marshal::writeTid().

◆ typeCache

Cache< com::sun::star::uno::TypeDescription > binaryurp::WriterState::typeCache

Definition at line 40 of file writerstate.hxx.

Referenced by binaryurp::Marshal::writeType().


The documentation for this struct was generated from the following file: