torc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
torc::generic::PortInstData Struct Reference

#include <ParserHelpers.hpp>

+ Collaboration diagram for torc::generic::PortInstData:

Public Member Functions

 PortInstData ()
 
 ~PortInstData ()
 

Data Fields

PortRefDatamRefData
 
PortAttributesmAttribute
 

Detailed Description

Definition at line 136 of file ParserHelpers.hpp.

Constructor & Destructor Documentation

torc::generic::PortInstData::PortInstData ( )
inline

Definition at line 140 of file ParserHelpers.hpp.

140  : mRefData(NULL), mAttribute(NULL) {
141  }
torc::generic::PortInstData::~PortInstData ( )
inline

Definition at line 143 of file ParserHelpers.hpp.

143  {
144  delete mRefData;
145  }

Field Documentation

PortAttributes* torc::generic::PortInstData::mAttribute

Definition at line 138 of file ParserHelpers.hpp.

PortRefData* torc::generic::PortInstData::mRefData

Definition at line 137 of file ParserHelpers.hpp.


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