The Gaudi Framework  v30r3 (a5ef0a68)
Gaudi::Parsers::PragmaOptions Class Referencefinal

#include <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::stringdumpFile () 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 25 of file PragmaOptions.h.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Definition at line 39 of file PragmaOptions.h.

39 { return m_dump_file; }
bool Gaudi::Parsers::PragmaOptions::HasDumpFile ( )
inline

Definition at line 44 of file PragmaOptions.h.

44 { return !m_dump_file.empty(); }
T empty(T...args)
bool Gaudi::Parsers::PragmaOptions::is_print ( ) const
inline

Definition at line 30 of file PragmaOptions.h.

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

Definition at line 33 of file PragmaOptions.h.

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

Definition at line 36 of file PragmaOptions.h.

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

Definition at line 42 of file PragmaOptions.h.

42 { return is_print_options() && is_print(); }
bool Gaudi::Parsers::PragmaOptions::IsPrintTree ( )
inline

Definition at line 43 of file PragmaOptions.h.

43 { return is_print_tree() && is_print(); }
void Gaudi::Parsers::PragmaOptions::setDumpFile ( std::string  dump_file)
inline

Definition at line 40 of file PragmaOptions.h.

40 { m_dump_file = std::move( dump_file ); }
T move(T...args)
void Gaudi::Parsers::PragmaOptions::setIsPrint ( bool  is_print)
inline

Definition at line 31 of file PragmaOptions.h.

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

Definition at line 34 of file PragmaOptions.h.

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

Definition at line 37 of file PragmaOptions.h.

Member Data Documentation

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

Definition at line 50 of file PragmaOptions.h.

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

Definition at line 47 of file PragmaOptions.h.

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

Definition at line 48 of file PragmaOptions.h.

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

Definition at line 49 of file PragmaOptions.h.


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