Loading...
Searching...
No Matches
by::statable Class Referenceabstract

Interface for objects with compilation state. More...

#include <statable.hpp>

Inheritance diagram for by::statable:
by::baseObj by::tbridge< narr > by::baseErr by::genericOrigin by::obj by::scalar by::tbridge< T > by::arr by::err by::nerr by::origin by::pod by::tscalar< nbool > by::tscalar< nuchar > by::tscalar< nflt > by::tscalar< nint > by::tscalar< std::string > by::tscalar< T > by::tscalar< void >

Public Member Functions

virtual state getState () const =0
 
virtual void setState (state new1)=0
 

Detailed Description

Interface for objects with compilation state.

Provides state management for compilation phases (parsed, verified, linked).


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