libebook::FB2Authors Class Reference

List of all members.

Classes

struct  Data

Public Member Functions

 FB2Authors ()
void setFirstName (const librevenge::RVNGString &name)
void setMiddleName (const librevenge::RVNGString &name)
void setLastName (const librevenge::RVNGString &name)
void setNickname (const librevenge::RVNGString &name)
void finishAuthor ()
const std::deque< Data > & getAuthors () const

Private Attributes

std::deque< Datam_authors
Data m_current

Constructor & Destructor Documentation


Member Function Documentation

void libebook::FB2Authors::setFirstName ( const librevenge::RVNGString &  name)
void libebook::FB2Authors::setLastName ( const librevenge::RVNGString &  name)
void libebook::FB2Authors::setMiddleName ( const librevenge::RVNGString &  name)
void libebook::FB2Authors::setNickname ( const librevenge::RVNGString &  name)

Member Data Documentation

std::deque<Data> libebook::FB2Authors::m_authors [private]

Referenced by finishAuthor(), and getAuthors().


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