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 2025-02-12 at 16:10:32 +0000