Skip to main content

The ConfigDisabled Class Reference

Section marker for compile time optional options. More...

Declaration

class ConfigDisabled { ... }

Included Headers

#include <src/configimpl.h>

Base class

classConfigOption

Abstract base class for any configuration option. More...

Public Constructors Index

ConfigDisabled (const char *name)

Public Member Functions Index

voidwriteTemplate (TextStream &, bool, bool) override
voidcompareDoxyfile (TextStream &, Config::CompareMode) override
voidwriteXMLDoxyfile (TextStream &) override
voidwriteXSDDoxyfile (TextStream &) override
voidsubstEnvVars () override

Description

Section marker for compile time optional options.

Definition at line 308 of file configimpl.h.

Public Constructors

ConfigDisabled()

ConfigDisabled::ConfigDisabled (const char * name)
inline

Public Member Functions

compareDoxyfile()

void ConfigDisabled::compareDoxyfile (TextStream &, Config::CompareMode)
inline virtual

Definition at line 314 of file configimpl.h.

substEnvVars()

void ConfigDisabled::substEnvVars ()
inline virtual

Definition at line 317 of file configimpl.h.

317 void substEnvVars() override {}

writeTemplate()

void ConfigDisabled::writeTemplate (TextStream &, bool, bool)
virtual

Declaration at line 313 of file configimpl.h, definition at line 621 of file configimpl.l.

writeXMLDoxyfile()

void ConfigDisabled::writeXMLDoxyfile (TextStream &)
inline virtual

Definition at line 315 of file configimpl.h.

315 void writeXMLDoxyfile(TextStream &) override {}

writeXSDDoxyfile()

void ConfigDisabled::writeXSDDoxyfile (TextStream & t)
virtual

Declaration at line 316 of file configimpl.h, definition at line 622 of file configimpl.l.

623{
624 t << " <xsd:enumeration value=\"" << m_name << "\"/>\n";
625}

Reference ConfigOption::m_name.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.