OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
t_doc Class Reference

#include <t_doc.h>

Inheritance diagram for t_doc:
Collaboration diagram for t_doc:

Public Member Functions

 t_doc ()
 
void set_doc (const std::string &doc)
 
const std::string & get_doc () const
 
bool has_doc ()
 

Private Attributes

std::string doc_
 
bool has_doc_
 

Detailed Description

Documentation stubs

Definition at line 27 of file t_doc.h.

Constructor & Destructor Documentation

t_doc::t_doc ( )
inline

Definition at line 30 of file t_doc.h.

Member Function Documentation

const std::string& t_doc::get_doc ( ) const
inline

Definition at line 37 of file t_doc.h.

bool t_doc::has_doc ( )
inline

Definition at line 41 of file t_doc.h.

void t_doc::set_doc ( const std::string &  doc)
inline

Definition at line 32 of file t_doc.h.

Member Data Documentation

std::string t_doc::doc_
private

Definition at line 46 of file t_doc.h.

bool t_doc::has_doc_
private

Definition at line 47 of file t_doc.h.


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