|
LibreOffice Module cppu (master) 1
|
#include <current.hxx>
Public Member Functions | |
| IdContainer () | |
| ~IdContainer () | |
Public Attributes | |
| void * | pCurrentContext |
| _uno_ExtEnvironment * | pCurrentContextEnv |
| sal_Sequence * | pLocalThreadId |
| sal_Sequence * | pCurrentId |
| sal_Int32 | nRefCountOfCurrentId |
| bool | bInit |
Definition at line 30 of file current.hxx.
| cppu::IdContainer::IdContainer | ( | ) |
Definition at line 83 of file current.cxx.
| cppu::IdContainer::~IdContainer | ( | ) |
Definition at line 93 of file current.cxx.
References bInit, pCurrentContext, pCurrentContextEnv, pCurrentId, and pLocalThreadId.
| bool cppu::IdContainer::bInit |
Definition at line 38 of file current.hxx.
Referenced by ~IdContainer().
| sal_Int32 cppu::IdContainer::nRefCountOfCurrentId |
Definition at line 37 of file current.hxx.
| void* cppu::IdContainer::pCurrentContext |
Definition at line 32 of file current.hxx.
Referenced by ~IdContainer().
| _uno_ExtEnvironment* cppu::IdContainer::pCurrentContextEnv |
Definition at line 33 of file current.hxx.
Referenced by ~IdContainer().
| sal_Sequence* cppu::IdContainer::pCurrentId |
Definition at line 36 of file current.hxx.
Referenced by ~IdContainer().
| sal_Sequence* cppu::IdContainer::pLocalThreadId |
Definition at line 35 of file current.hxx.
Referenced by ~IdContainer().