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

Public Member Functions

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

Public Attributes

vector< long > offsetPrecomputed
 
vector< int > verseMax
 

Friends

struct BookOffsetLess
 

Detailed Description

Definition at line 123 of file versificationmgr.cpp.

Constructor & Destructor Documentation

VersificationMgr::Book::Private::Private ( )
inline

Definition at line 130 of file versificationmgr.cpp.

130  {
131  verseMax.clear();
132  }
VersificationMgr::Book::Private::Private ( const VersificationMgr::Book::Private other)
inline

Definition at line 133 of file versificationmgr.cpp.

133  {
134  verseMax.clear();
135  verseMax = other.verseMax;
137  }

Member Function Documentation

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

Definition at line 138 of file versificationmgr.cpp.

138  {
139  verseMax.clear();
140  int s = (int)other.verseMax.size();
141  if (s) verseMax = other.verseMax;
143  return *this;
144  }

Friends And Related Function Documentation

friend struct BookOffsetLess
friend

Definition at line 124 of file versificationmgr.cpp.

Member Data Documentation

vector<long> VersificationMgr::Book::Private::offsetPrecomputed

Definition at line 128 of file versificationmgr.cpp.

vector<int> VersificationMgr::Book::Private::verseMax

Array[chapmax] of maximum verses in chapters

Definition at line 127 of file versificationmgr.cpp.


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