LibreOffice
LibreOffice 25.2 SDK C/C++ API Reference
Loading...
Searching...
No Matches
salhelper Namespace Reference

Classes

class  Condition
class  ConditionModifier
class  ConditionWaiter
class  ORealDynamicLoader
 The ORealDynamicLoader is an implementation helper class for the template loader ODynamicLoader. More...
class  ODynamicLoader
 The ODynamicLoader provides a special load on call mechanism for dynamic libraries which support a C-API. More...
class  LinkResolver
class  ReferenceObject
 A base implementation for reference-counted objects. More...
class  SimpleReferenceObject
 A simple base implementation for reference-counted objects. More...
class  SingletonRef
 template for implementing singleton classes. More...
class  Thread
 A safe encapsulation of osl::Thread. More...
struct  TTimeValue
 Helper class for easier manipulation with TimeValue. More...
class  Timer
 Interface for the Timer and handling the event. More...

Functions

bool operator< (const TTimeValue &rTimeA, const TTimeValue &rTimeB)
bool operator> (const TTimeValue &rTimeA, const TTimeValue &rTimeB)
bool operator== (const TTimeValue &rTimeA, const TTimeValue &rTimeB)

Variables

template<class API>
ORealDynamicLoaderODynamicLoader< API >::m_pStaticLoader = NULL
template<class SingletonClass>
SingletonClass * SingletonRef< SingletonClass >::m_pInstance = NULL
template<class SingletonClass>
sal_Int32 SingletonRef< SingletonClass >::m_nRef = 0

Function Documentation

◆ operator<()

bool salhelper::operator< ( const TTimeValue & rTimeA,
const TTimeValue & rTimeB )
inline

◆ operator==()

bool salhelper::operator== ( const TTimeValue & rTimeA,
const TTimeValue & rTimeB )
inline

◆ operator>()

bool salhelper::operator> ( const TTimeValue & rTimeA,
const TTimeValue & rTimeB )
inline

Variable Documentation

◆ ODynamicLoader< API >::m_pStaticLoader

template<class API>
ORealDynamicLoader* salhelper::ODynamicLoader< API >::m_pStaticLoader = NULL

◆ SingletonRef< SingletonClass >::m_nRef

template<class SingletonClass>
sal_Int32 salhelper::SingletonRef< SingletonClass >::m_nRef = 0

◆ SingletonRef< SingletonClass >::m_pInstance

template<class SingletonClass>
SingletonClass* salhelper::SingletonRef< SingletonClass >::m_pInstance = NULL