OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | List of all members
osgDB::AuthenticationMap Class Reference

#include <AuthenticationMap.h>

Inheritance diagram for osgDB::AuthenticationMap:
Inheritance graph
[legend]
Collaboration diagram for osgDB::AuthenticationMap:
Collaboration graph
[legend]

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 ()
 

Detailed Description

Definition at line 57 of file AuthenticationMap.h.

Member Typedef Documentation

Definition at line 72 of file AuthenticationMap.h.

Constructor & Destructor Documentation

osgDB::AuthenticationMap::AuthenticationMap ( )
inline

Definition at line 61 of file AuthenticationMap.h.

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

Definition at line 70 of file AuthenticationMap.h.

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

Definition at line 73 of file AuthenticationMap.h.


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