#include <HAPI.hpp>
|
| | Text () |
| | Text (std::string const &a_text) |
| | ~Text () |
| std::string const & | get () const |
Definition at line 75 of file HAPI.hpp.
◆ Text() [1/2]
Definition at line 19 of file HAPI_Text.cc.
19 :
20 m_text( "" ) {
21
22}
◆ Text() [2/2]
| HAPI::Text::Text |
( |
std::string const & | a_text | ) |
|
Definition at line 29 of file HAPI_Text.cc.
29 :
30 m_text( a_text ) {
31
32}
◆ ~Text()
◆ get()
| std::string const & HAPI::Text::get |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: