Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
Minisat::Internal::BoolOption Class Reference

#include <ogdf/lib/minisat/utils/Options.h>

Public Member Functions

 BoolOption (const char *d, bool v)
 
 operator bool (void) const
 
 operator bool & (void)
 
BoolOptionoperator= (bool b)
 

Private Attributes

bool value
 

Detailed Description

Definition at line 99 of file Options.h.

Constructor & Destructor Documentation

◆ BoolOption()

Minisat::Internal::BoolOption::BoolOption ( const char d,
bool  v 
)
inline

Definition at line 104 of file Options.h.

Member Function Documentation

◆ operator bool()

Minisat::Internal::BoolOption::operator bool ( void  ) const
inline

Definition at line 107 of file Options.h.

◆ operator bool &()

Minisat::Internal::BoolOption::operator bool & ( void  )
inline

Definition at line 108 of file Options.h.

◆ operator=()

BoolOption & Minisat::Internal::BoolOption::operator= ( bool  b)
inline

Definition at line 109 of file Options.h.

Member Data Documentation

◆ value

bool Minisat::Internal::BoolOption::value
private

Definition at line 101 of file Options.h.


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