|
LibreOffice Module sd (master) 1
|
Private Types | |
| typedef ::std::vector< std::shared_ptr< SdGlobalResource > > | SharedResourceList |
| typedef ::std::vector< Reference< XInterface > > | XInterfaceResourceList |
Private Attributes | |
| std::mutex | maMutex |
| std::vector< std::unique_ptr< SdGlobalResource > > | maResources |
| All instances of SdGlobalResource in this vector are owned by the container and will be destroyed when the container is destroyed. More... | |
| SharedResourceList | maSharedResources |
| XInterfaceResourceList | maXInterfaceResources |
Friends | |
| class | SdGlobalResourceContainer |
Definition at line 66 of file SdGlobalResourceContainer.cxx.
|
private |
Definition at line 78 of file SdGlobalResourceContainer.cxx.
|
private |
Definition at line 81 of file SdGlobalResourceContainer.cxx.
|
friend |
Definition at line 69 of file SdGlobalResourceContainer.cxx.
|
private |
Definition at line 71 of file SdGlobalResourceContainer.cxx.
|
private |
All instances of SdGlobalResource in this vector are owned by the container and will be destroyed when the container is destroyed.
Definition at line 76 of file SdGlobalResourceContainer.cxx.
|
private |
Definition at line 79 of file SdGlobalResourceContainer.cxx.
|
private |
Definition at line 82 of file SdGlobalResourceContainer.cxx.