Classes | Public Member Functions | Public Attributes | List of all members
VertexData Struct Reference

vertex properties More...

Inheritance diagram for VertexData:

Classes

struct  by_label
 

Public Member Functions

 VertexData (std::string label, int num)
 

Public Attributes

std::string label
 
int num
 

Detailed Description

vertex properties

Definition at line 13 of file test_bigraph.cxx.

Constructor & Destructor Documentation

VertexData::VertexData ( std::string  label,
int  num 
)
inline

Definition at line 17 of file test_bigraph.cxx.

17 : label(label), num(num) {}
std::string label

Member Data Documentation

std::string VertexData::label

Definition at line 14 of file test_bigraph.cxx.

int VertexData::num

Definition at line 15 of file test_bigraph.cxx.


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