$search
#include <odu_finder.h>
Public Member Functions | |
| DocumentInfo (vt::Document *document, std::string &name) | |
| DocumentInfo () | |
| void | read (std::istream &in) |
| void | write (std::ostream &out) |
| ~DocumentInfo () | |
Public Attributes | |
| vt::Document * | document |
| std::string | name |
Private Attributes | |
| bool | delete_document |
Definition at line 24 of file odu_finder.h.
| DocumentInfo::DocumentInfo | ( | ) |
Definition at line 13 of file odu_finder.cpp.
| DocumentInfo::DocumentInfo | ( | vt::Document * | document, | |
| std::string & | name | |||
| ) |
Definition at line 18 of file odu_finder.cpp.
| DocumentInfo::~DocumentInfo | ( | ) |
Definition at line 23 of file odu_finder.cpp.
| void DocumentInfo::read | ( | std::istream & | in | ) |
Definition at line 39 of file odu_finder.cpp.
| void DocumentInfo::write | ( | std::ostream & | out | ) |
Definition at line 29 of file odu_finder.cpp.
bool DocumentInfo::delete_document [private] |
Definition at line 27 of file odu_finder.h.
| vt::Document* DocumentInfo::document |
Definition at line 29 of file odu_finder.h.
| std::string DocumentInfo::name |
Definition at line 30 of file odu_finder.h.