coan  6.0.1
A C/C++ Configuration Analyzer
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
innards::canonical_base Struct Reference

A base for classes representing canonical forms of various types. More...

#include <canonical.h>

Inheritance diagram for innards::canonical_base:
canonical< What >

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.
 

Detailed Description

A base for classes representing canonical forms of various types.

Definition at line 59 of file canonical.h.


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