Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
HAPI::Text Class Reference

#include <HAPI.hpp>

Public Member Functions

 Text ()
 Text (std::string const &a_text)
 ~Text ()
std::string const & get () const

Detailed Description

Definition at line 75 of file HAPI.hpp.

Constructor & Destructor Documentation

◆ Text() [1/2]

HAPI::Text::Text ( )

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()

HAPI::Text::~Text ( )

Definition at line 36 of file HAPI_Text.cc.

36 {
37
38}

Member Function Documentation

◆ get()

std::string const & HAPI::Text::get ( ) const
inline

Definition at line 84 of file HAPI.hpp.

84{ return( m_text ); }

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