|
OSG
3.4.0
|
#include <AuthenticationMap.h>


Public Member Functions | |
| AuthenticationMap () | |
| virtual void | addAuthenticationDetails (const std::string &path, AuthenticationDetails *details) |
| virtual const AuthenticationDetails * | getAuthenticationDetails (const std::string &path) const |
Public Member Functions inherited from osg::Referenced | |
| Referenced () | |
| Referenced (bool threadSafeRefUnref) | |
| Referenced (const Referenced &) | |
| Referenced & | operator= (const Referenced &) |
| virtual void | setThreadSafeRefUnref (bool threadSafe) |
| bool | getThreadSafeRefUnref () const |
| OpenThreads::Mutex * | getRefMutex () const |
| int | ref () const |
| int | unref () const |
| int | unref_nodelete () const |
| int | referenceCount () const |
| ObserverSet * | getObserverSet () const |
| ObserverSet * | getOrCreateObserverSet () const |
| void | addObserver (Observer *observer) const |
| void | removeObserver (Observer *observer) const |
Protected Types | |
| typedef std::map< std::string, osg::ref_ptr < AuthenticationDetails > > | AuthenticationDetailsMap |
Protected Member Functions | |
| virtual | ~AuthenticationMap () |
Protected Member Functions inherited from osg::Referenced | |
| virtual | ~Referenced () |
| void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
| void | deleteUsingDeleteHandler () const |
Protected Attributes | |
| AuthenticationDetailsMap | _authenticationMap |
Protected Attributes inherited from osg::Referenced | |
| OpenThreads::AtomicPtr | _observerSet |
| OpenThreads::Atomic | _refCount |
Additional Inherited Members | |
Static Public Member Functions inherited from osg::Referenced | |
| static OpenThreads::Mutex * | getGlobalReferencedMutex () |
| static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
| static bool | getThreadSafeReferenceCounting () |
| static void | setDeleteHandler (DeleteHandler *handler) |
| static DeleteHandler * | getDeleteHandler () |
Definition at line 57 of file AuthenticationMap.h.
|
protected |
Definition at line 72 of file AuthenticationMap.h.
|
inline |
Definition at line 61 of file AuthenticationMap.h.
|
inlineprotectedvirtual |
Definition at line 70 of file AuthenticationMap.h.
|
virtual |
|
virtual |
|
protected |
Definition at line 73 of file AuthenticationMap.h.
1.8.8