struct Gambit::Printers::VBIDtrip
[No description available]
Public Functions
Name | |
---|---|
VBIDtrip() | |
VBIDtrip(const int v, const int i, const int t) | |
VBIDtrip(const VBIDpair p, const int t) |
Public Attributes
Name | |
---|---|
int | vertexID |
int | index |
int | first_tag |
Public Functions Documentation
function VBIDtrip
inline VBIDtrip()
function VBIDtrip
inline VBIDtrip(
const int v,
const int i,
const int t
)
function VBIDtrip
inline VBIDtrip(
const VBIDpair p,
const int t
)
Public Attributes Documentation
variable vertexID
int vertexID;
variable index
int index;
variable first_tag
int first_tag;
Updated on 2024-07-18 at 13:53:32 +0000