coan
6.0.1
A C/C++ Configuration Analyzer
|
A base for classes representing canonical forms of various types. More...
#include <canonical.h>
Public Member Functions | |
operator std::string () const | |
Implicitly cast the canonical representation to string. | |
Protected Member Functions | |
bool | cxx () const |
Canonicalizing C/C++ source? | |
Protected Attributes | |
std::string | _canonical |
String storing the canonical representation of a value. | |
A base for classes representing canonical forms of various types.
Definition at line 59 of file canonical.h.