#include <subgraph.h>
|
| bool | operator< (const Subgraph &rhs) const |
| |
| bool | operator== (const Subgraph &rhs) const |
| |
| bool | operator!= (const Subgraph &rhs) const |
| |
| bool | exists (void) const |
| |
| void | destroy (Event wait_on=Event::NO_EVENT) const |
| |
| Event | instantiate (const void *args, size_t arglen, const ProfilingRequestSet &prs, Event wait_on=Event::NO_EVENT, int priority_adjust=0) const |
| |
| Event | instantiate (const void *args, size_t arglen, const ProfilingRequestSet &prs, const std::vector< Event > &preconditions, std::vector< Event > &postconditions, Event wait_on=Event::NO_EVENT, int priority_adjust=0) const |
| |
◆ id_t
◆ create_subgraph()
◆ destroy()
◆ exists()
| bool Realm::Subgraph::exists |
( |
void |
| ) |
const |
|
inline |
◆ instantiate() [1/2]
◆ instantiate() [2/2]
◆ operator!=()
| bool Realm::Subgraph::operator!= |
( |
const Subgraph & |
rhs | ) |
const |
|
inline |
◆ operator<()
| bool Realm::Subgraph::operator< |
( |
const Subgraph & |
rhs | ) |
const |
|
inline |
◆ operator==()
| bool Realm::Subgraph::operator== |
( |
const Subgraph & |
rhs | ) |
const |
|
inline |
◆ id
◆ NO_SUBGRAPH
| const Subgraph Realm::Subgraph::NO_SUBGRAPH |
|
static |
The documentation for this class was generated from the following file:
- /home/runner/work/realm/realm/realm-src/src/realm/subgraph.h