rego-cpp 1.0.0
A C++ implementation of the Rego language and runtime
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nrego
 Nbundle
 CCallDynamicExtAdditional information for CallDynamic statements
 CCallExtAdditional information for Call statements
 CFunctionRepresents a function in the IR
 COperandRepresents an operand in the IR
 CPlanRepresents a plan in the IR
 CStatementRepresents a single IR statement
 CStatementExtAdditional information for Call, CallDynamic, With, Block, Not, and Scan statements
 CWithExtAdditional information for With statements
 CBigIntBig Integer implemention based on strings
 CBuiltInDefStruct which defines a built-in function
 CBuiltInsDefManages the set of builtins used by an interpreter to resolve built-in calls
 CBundleDefRepresents a compiled Rego bundle
 CInterpreterThis class forms the main interface to the Rego library
 CUnwrapOptOptions for unwrapping an argument
 CUnwrapResultResult of unwrapping a node
 CVirtualMachineThis class implements a virtual machine that can execute compiled Rego bundles