#include <document_info.hpp>
Inheritance diagram for obby::command_document_info_context_from< DocumentInfo >:

Public Types | |
| typedef DocumentInfo::buffer_type | buffer_type |
| typedef DocumentInfo * | data_type |
Public Member Functions | |
| command_document_info_context_from (const buffer_type &buffer) | |
| virtual data_type | from_string (const std::string &from) const |
Protected Attributes | |
| const buffer_type & | m_buffer |
Definition at line 625 of file document_info.hpp.
| typedef DocumentInfo::buffer_type obby::command_document_info_context_from< DocumentInfo >::buffer_type |
Reimplemented in obby::command_context_from< obby::basic_document_info< Document, Selector > * >, and obby::command_context_from< const obby::basic_document_info< Document, Selector > * >.
Definition at line 629 of file document_info.hpp.
| typedef DocumentInfo* obby::command_document_info_context_from< DocumentInfo >::data_type |
Definition at line 630 of file document_info.hpp.
| obby::command_document_info_context_from< DocumentInfo >::command_document_info_context_from | ( | const buffer_type & | buffer | ) |
Definition at line 669 of file document_info.hpp.
| command_document_info_context_from< DocumentInfo >::data_type obby::command_document_info_context_from< DocumentInfo >::from_string | ( | const std::string & | from | ) | const [virtual] |
Definition at line 677 of file document_info.hpp.
References obby::command_document_info_context_from< DocumentInfo >::m_buffer.
const buffer_type& obby::command_document_info_context_from< DocumentInfo >::m_buffer [protected] |
Definition at line 636 of file document_info.hpp.
Referenced by obby::command_document_info_context_from< DocumentInfo >::from_string().
1.5.1