hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
hobbes::ModuleDef Struct Referenceabstract

#include <module.H>

Inheritance diagram for hobbes::ModuleDef:
Inheritance graph
Collaboration diagram for hobbes::ModuleDef:
Collaboration graph

Public Member Functions

virtual ~ModuleDef ()
 
virtual void show (std::ostream &) const =0
 
int case_id () const
 
- Public Member Functions inherited from hobbes::LexicallyAnnotated
 LexicallyAnnotated (const LexicallyAnnotated &)
 
 LexicallyAnnotated (const LexicalAnnotation &)
 
 LexicallyAnnotated (const LexRange &)
 
 LexicallyAnnotated (const Pos &, const Pos &)
 
const LexicalAnnotationla () const
 

Protected Member Functions

 ModuleDef (int cid, const LexicalAnnotation &)
 

Private Attributes

int cid
 

Additional Inherited Members

- Static Public Member Functions inherited from hobbes::LexicallyAnnotated
static void pushFileContext (const std::string &)
 
static void pushLiteralContext (const std::string &)
 
static void popContext ()
 
static LexicalAnnotation make (const Pos &, const Pos &)
 

Constructor & Destructor Documentation

◆ ~ModuleDef()

hobbes::ModuleDef::~ModuleDef ( )
virtual

◆ ModuleDef()

hobbes::ModuleDef::ModuleDef ( int  cid,
const LexicalAnnotation la 
)
protected

Member Function Documentation

◆ case_id()

int hobbes::ModuleDef::case_id ( ) const

◆ show()

virtual void hobbes::ModuleDef::show ( std::ostream &  ) const
pure virtual

Member Data Documentation

◆ cid

int hobbes::ModuleDef::cid
private

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