DOT_YY Struct Reference#include <dotImportParser.h>
Collaboration diagram for DOT_YY:
[legend]List of all members.Public Member Functions
- DOT_YY ()
- node bindNode (const std::string &inId, bool &inCreated)
- EdgeA bindEdge (const std::string &inOp, const NodeA &inA, const NodeA &inB)
- EdgeA bindEdge (const std::string &inOp, const NodeA &inA, const node &inB)
- EdgeA bindEdge (const std::string &inOp, const node &inA, const NodeA &inB)
- EdgeA bindEdge (const std::string &inOp, const node &inA, const node &inB)
- void SetupNode (const NodeA &inA, const DOT_ATTR &inAttr)
- void SetupEdge (const EdgeA &inA, const DOT_ATTR &inAttr)
Public Attributes
Constructor & Destructor Documentation
DOT_YY::DOT_YY |
( |
|
) |
[inline] |
|
Member Function Documentation
EdgeA DOT_YY::bindEdge |
( |
const std::string & |
inOp, |
|
|
const node & |
inA, |
|
|
const node & |
inB |
|
) |
[inline] |
|
EdgeA DOT_YY::bindEdge |
( |
const std::string & |
inOp, |
|
|
const node & |
inA, |
|
|
const NodeA & |
inB |
|
) |
[inline] |
|
EdgeA DOT_YY::bindEdge |
( |
const std::string & |
inOp, |
|
|
const NodeA & |
inA, |
|
|
const node & |
inB |
|
) |
[inline] |
|
EdgeA DOT_YY::bindEdge |
( |
const std::string & |
inOp, |
|
|
const NodeA & |
inA, |
|
|
const NodeA & |
inB |
|
) |
[inline] |
|
node DOT_YY::bindNode |
( |
const std::string & |
inId, |
|
|
bool & |
inCreated |
|
) |
[inline] |
|
void DOT_YY::SetupEdge |
( |
const EdgeA & |
inA, |
|
|
const DOT_ATTR & |
inAttr |
|
) |
[inline] |
|
void DOT_YY::SetupNode |
( |
const NodeA & |
inA, |
|
|
const DOT_ATTR & |
inAttr |
|
) |
[inline] |
|
Member Data Documentation
|