LibreOffice Module salhelper (master) 1
Classes | Typedefs | Functions
salhelper Namespace Reference

Classes

class  Condition
 
class  ConditionModifier
 
class  ConditionWaiter
 
class  LinkResolver
 
class  ODynamicLoader
 The ODynamicLoader provides a special load on call mechanism for dynamic libraries which support a C-API. More...
 
class  ORealDynamicLoader
 The ORealDynamicLoader is an implementation helper class for the template loader ODynamicLoader. More...
 
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...
 
class  Timer
 Interface for the Timer and handling the event. More...
 
class  TimerManager
 
struct  TTimeValue
 Helper class for easier manipulation with TimeValue. More...
 

Typedefs

typedef void *(* ApiInitFunction) ()
 

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)
 

Typedef Documentation

◆ ApiInitFunction

typedef void *(* salhelper::ApiInitFunction) ()

Definition at line 25 of file dynload.cxx.

Function Documentation

◆ operator<()

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

Definition at line 93 of file timer.hxx.

◆ operator==()

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

Definition at line 113 of file timer.hxx.

◆ operator>()

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

Definition at line 103 of file timer.hxx.