mermaid::support::data::DataItemDescription Class Reference
Class representing a description of a data item.
More...
#include <DataItemDescription.hpp>
List of all members.
Public Member Functions |
| DataItemDescription (std::string itemName, std::string itemType, bool isItemArray=false, bool isArrayStatic=false, int staticArraySize=0) |
std::string | getItemName () |
std::string | getItemType () |
int | getStaticArraySize () |
bool | isArrayStatic () |
bool | isItemArray () |
Detailed Description
Class representing a description of a data item.
- Author:
- Marco Barbosa
Definition at line 47 of file DataItemDescription.hpp.