openscenegraph
Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | List of all members
osgDB::AuthenticationMap Class Reference
Inheritance diagram for osgDB::AuthenticationMap:
osg::Referenced

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 &)
Referencedoperator= (const Referenced &)
virtual void setThreadSafeRefUnref (bool threadSafe)
bool getThreadSafeRefUnref () const
OpenThreads::MutexgetRefMutex () const
int ref () const
int unref () const
int unref_nodelete () const
int referenceCount () const
ObserverSetgetObserverSet () const
ObserverSetgetOrCreateObserverSet () 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::MutexgetGlobalReferencedMutex ()
static void setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting)
static bool getThreadSafeReferenceCounting ()
static void setDeleteHandler (DeleteHandler *handler)
static DeleteHandlergetDeleteHandler ()

Member Typedef Documentation

Constructor & Destructor Documentation

osgDB::AuthenticationMap::AuthenticationMap ( )
inline
virtual osgDB::AuthenticationMap::~AuthenticationMap ( )
inlineprotectedvirtual

Member Function Documentation

virtual void osgDB::AuthenticationMap::addAuthenticationDetails ( const std::string &  path,
AuthenticationDetails details 
)
virtual
virtual const AuthenticationDetails* osgDB::AuthenticationMap::getAuthenticationDetails ( const std::string &  path) const
virtual

Member Data Documentation

AuthenticationDetailsMap osgDB::AuthenticationMap::_authenticationMap
protected

The documentation for this class was generated from the following file: