libutap
Public Member Functions | Public Attributes | List of all members
UTAP::declarations_t Struct Reference

#include <system.h>

Inheritance diagram for UTAP::declarations_t:
UTAP::BlockStatement UTAP::template_t UTAP::CaseStatement UTAP::DefaultStatement UTAP::SwitchStatement

Public Member Functions

bool addFunction (type_t type, std::string, function_t *&)
 Add function declaration. More...
 
std::string toString (bool global=false) const
 The following methods are used to write the declarations in an XML file. More...
 
std::string getConstants () const
 
std::string getTypeDefinitions () const
 
std::string getVariables (bool global) const
 
std::string getFunctions () const
 

Public Attributes

frame_t frame
 
std::list< variable_tvariables
 Variables. More...
 
std::list< function_tfunctions
 Functions. More...
 
std::list< progress_tprogress
 Progress measures. More...
 
std::list< iodecl_tiodecl
 
std::list< gantt_tganttChart
 

Member Function Documentation

bool declarations_t::addFunction ( type_t  type,
std::string  ,
function_t *&   
)

Add function declaration.

References UTAP::function_t::uid.

Referenced by UTAP::SystemBuilder::addFunction().

string declarations_t::getConstants ( ) const
string declarations_t::getFunctions ( ) const
string declarations_t::getTypeDefinitions ( ) const
string declarations_t::getVariables ( bool  global) const
string declarations_t::toString ( bool  global = false) const

The following methods are used to write the declarations in an XML file.

Referenced by UTAP::XMLWriter::declaration(), and UTAP::XMLWriter::taTempl().

Member Data Documentation

frame_t UTAP::declarations_t::frame
std::list<function_t> UTAP::declarations_t::functions

Functions.

std::list<gantt_t> UTAP::declarations_t::ganttChart
std::list<iodecl_t> UTAP::declarations_t::iodecl
std::list<progress_t> UTAP::declarations_t::progress
std::list<variable_t> UTAP::declarations_t::variables

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