The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
Gaudi::Parsers::PragmaOptions Class Referencefinal

#include </builds/gaudi/Gaudi/GaudiCoreSvc/src/JobOptionsSvc/PragmaOptions.h>

Collaboration diagram for Gaudi::Parsers::PragmaOptions:

Public Member Functions

 PragmaOptions ()=default
 
bool is_print () const
 
void setIsPrint (bool is_print)
 
bool is_print_options () const
 
void setIsPrintOptions (bool is_print_options)
 
bool is_print_tree () const
 
void setIsPrintTree (bool is_print_tree)
 
const std::string & dumpFile () const
 
void setDumpFile (std::string dump_file)
 
bool IsPrintOptions ()
 
bool IsPrintTree ()
 
bool HasDumpFile ()
 

Private Attributes

bool m_is_print = true
 
bool m_is_print_options = false
 
bool m_is_print_tree = false
 
std::string m_dump_file
 

Detailed Description

Definition at line 17 of file PragmaOptions.h.

Constructor & Destructor Documentation

◆ PragmaOptions()

Gaudi::Parsers::PragmaOptions::PragmaOptions ( )
default

Member Function Documentation

◆ dumpFile()

const std::string & Gaudi::Parsers::PragmaOptions::dumpFile ( ) const
inline

Definition at line 30 of file PragmaOptions.h.

30{ return m_dump_file; }

◆ HasDumpFile()

bool Gaudi::Parsers::PragmaOptions::HasDumpFile ( )
inline

Definition at line 35 of file PragmaOptions.h.

35{ return !m_dump_file.empty(); }

◆ is_print()

bool Gaudi::Parsers::PragmaOptions::is_print ( ) const
inline

Definition at line 21 of file PragmaOptions.h.

◆ is_print_options()

bool Gaudi::Parsers::PragmaOptions::is_print_options ( ) const
inline

Definition at line 24 of file PragmaOptions.h.

◆ is_print_tree()

bool Gaudi::Parsers::PragmaOptions::is_print_tree ( ) const
inline

Definition at line 27 of file PragmaOptions.h.

◆ IsPrintOptions()

bool Gaudi::Parsers::PragmaOptions::IsPrintOptions ( )
inline

Definition at line 33 of file PragmaOptions.h.

33{ return is_print_options() && is_print(); }

◆ IsPrintTree()

bool Gaudi::Parsers::PragmaOptions::IsPrintTree ( )
inline

Definition at line 34 of file PragmaOptions.h.

34{ return is_print_tree() && is_print(); }

◆ setDumpFile()

void Gaudi::Parsers::PragmaOptions::setDumpFile ( std::string dump_file)
inline

Definition at line 31 of file PragmaOptions.h.

31{ m_dump_file = std::move( dump_file ); }

◆ setIsPrint()

void Gaudi::Parsers::PragmaOptions::setIsPrint ( bool is_print)
inline

Definition at line 22 of file PragmaOptions.h.

◆ setIsPrintOptions()

void Gaudi::Parsers::PragmaOptions::setIsPrintOptions ( bool is_print_options)
inline

Definition at line 25 of file PragmaOptions.h.

◆ setIsPrintTree()

void Gaudi::Parsers::PragmaOptions::setIsPrintTree ( bool is_print_tree)
inline

Definition at line 28 of file PragmaOptions.h.

Member Data Documentation

◆ m_dump_file

std::string Gaudi::Parsers::PragmaOptions::m_dump_file
private

Definition at line 41 of file PragmaOptions.h.

◆ m_is_print

bool Gaudi::Parsers::PragmaOptions::m_is_print = true
private

Definition at line 38 of file PragmaOptions.h.

◆ m_is_print_options

bool Gaudi::Parsers::PragmaOptions::m_is_print_options = false
private

Definition at line 39 of file PragmaOptions.h.

◆ m_is_print_tree

bool Gaudi::Parsers::PragmaOptions::m_is_print_tree = false
private

Definition at line 40 of file PragmaOptions.h.


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