The SWORD Project  1.9.0.svnversion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
VersificationMgr::Private Class Reference
+ Collaboration diagram for VersificationMgr::Private:

Public Member Functions

VersificationMgr::Privateoperator= (const VersificationMgr::Private &other)
 
 Private ()
 
 Private (const VersificationMgr::Private &other)
 

Public Attributes

map< SWBuf, Systemsystems
 

Detailed Description

Definition at line 369 of file versificationmgr.cpp.

Constructor & Destructor Documentation

VersificationMgr::Private::Private ( )
inline

Definition at line 371 of file versificationmgr.cpp.

371  {
372  }
VersificationMgr::Private::Private ( const VersificationMgr::Private other)
inline

Definition at line 373 of file versificationmgr.cpp.

373  {
374  systems = other.systems;
375  }
map< SWBuf, System > systems

Member Function Documentation

VersificationMgr::Private& VersificationMgr::Private::operator= ( const VersificationMgr::Private other)
inline

Definition at line 376 of file versificationmgr.cpp.

376  {
377  systems = other.systems;
378  return *this;
379  }
map< SWBuf, System > systems

Member Data Documentation

map<SWBuf, System> VersificationMgr::Private::systems

Definition at line 380 of file versificationmgr.cpp.


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