Jpp 19.3.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
JLANG::JTitle Class Reference

Auxiliary class for title. More...

#include <JTitle.hh>

Inheritance diagram for JLANG::JTitle:
JCOMPASS::JNOAAFunction1D_t JEEP::JTimer JTOOLS::JQuantile JTOOLS::JWeight JCOMPASS::JARCAMagneticDeclination JCOMPASS::JORCAMagneticDeclination JCOMPASS::JZEROMagneticDeclination

Public Member Functions

 JTitle ()
 Default constructor.
 
 JTitle (const char *title)
 Constructor.
 
 JTitle (const std::string &title)
 Constructor.
 
const std::string & getTitle () const
 Get title.
 
void setTitle (const std::string &title)
 Set title.
 

Protected Attributes

std::string title
 

Detailed Description

Auxiliary class for title.

Definition at line 19 of file JTitle.hh.

Constructor & Destructor Documentation

◆ JTitle() [1/3]

JLANG::JTitle::JTitle ( )
inline

Default constructor.

Definition at line 24 of file JTitle.hh.

25 {}

◆ JTitle() [2/3]

JLANG::JTitle::JTitle ( const char * title)
inline

Constructor.

Parameters
titletitle

Definition at line 33 of file JTitle.hh.

34 {
35 this->title = title;
36 }
std::string title
Definition JTitle.hh:73

◆ JTitle() [3/3]

JLANG::JTitle::JTitle ( const std::string & title)
inline

Constructor.

Parameters
titletitle

Definition at line 44 of file JTitle.hh.

45 {
46 this->title = title;
47 }

Member Function Documentation

◆ getTitle()

const std::string & JLANG::JTitle::getTitle ( ) const
inline

Get title.

Returns
title

Definition at line 55 of file JTitle.hh.

56 {
57 return this->title;
58 }

◆ setTitle()

void JLANG::JTitle::setTitle ( const std::string & title)
inline

Set title.

Parameters
titletitle

Definition at line 66 of file JTitle.hh.

67 {
68 this->title = title;
69 }

Member Data Documentation

◆ title

std::string JLANG::JTitle::title
protected

Definition at line 73 of file JTitle.hh.


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