Lbug C++ API
Loading...
Searching...
No Matches
lbug::common::RecursiveRelVal Class Reference

RecursiveRelVal represents a path in the graph and stores the corresponding rels and nodes of that path. More...

#include <recursive_rel.h>

Static Public Member Functions

static LBUG_API ValuegetNodes (const Value *val)
static LBUG_API ValuegetRels (const Value *val)

Detailed Description

RecursiveRelVal represents a path in the graph and stores the corresponding rels and nodes of that path.

Member Function Documentation

◆ getNodes()

LBUG_API Value * lbug::common::RecursiveRelVal::getNodes ( const Value * val)
static
Returns
the list of nodes in the recursive rel as a Value.

◆ getRels()

LBUG_API Value * lbug::common::RecursiveRelVal::getRels ( const Value * val)
static
Returns
the list of rels in the recursive rel as a Value.

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