Sierra Toolkit  Version of the Day
stk_classic::LogControlRuleAlways Struct Reference

Class LogControlRuleAlways is a log control rule that always wants to write to the log file. More...

#include <LogControl.hpp>

Inheritance diagram for stk_classic::LogControlRuleAlways:
Collaboration diagram for stk_classic::LogControlRuleAlways:

Public Member Functions

virtual ~LogControlRuleAlways ()
 
 LogControlRuleAlways ()
 
virtual LogControlRuleclone () const
 Member function clone creates a duplicate LogControlRuleAlways object. More...
 
virtual bool next ()
 Member function next returns true to indicate that the log stream should write to the log file. More...
 
- Public Member Functions inherited from stk_classic::LogControlRule
virtual ~LogControlRule ()
 

Detailed Description

Class LogControlRuleAlways is a log control rule that always wants to write to the log file.

Definition at line 57 of file LogControl.hpp.

Constructor & Destructor Documentation

◆ ~LogControlRuleAlways()

virtual stk_classic::LogControlRuleAlways::~LogControlRuleAlways ( )
inlinevirtual

Destroys a LogControlRuleAlways instance.

Definition at line 63 of file LogControl.hpp.

◆ LogControlRuleAlways()

stk_classic::LogControlRuleAlways::LogControlRuleAlways ( )
inline

Creates a new LogControlRuleAlways instance.

Definition at line 70 of file LogControl.hpp.

Member Function Documentation

◆ clone()

virtual LogControlRule* stk_classic::LogControlRuleAlways::clone ( ) const
inlinevirtual

Member function clone creates a duplicate LogControlRuleAlways object.

Returns
a LogControlRule pointer to the new duplicated always object.

Implements stk_classic::LogControlRule.

Definition at line 78 of file LogControl.hpp.

◆ next()

virtual bool stk_classic::LogControlRuleAlways::next ( )
inlinevirtual

Member function next returns true to indicate that the log stream should write to the log file.

Returns
a bool returns true to indicate that the log stream should write to the log file.

Implements stk_classic::LogControlRule.

Definition at line 89 of file LogControl.hpp.


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