VariantVector
Synopsis
Declared in <src/midend/astQuery/astQuery.h>
class VariantVector
: public std::vector<VariantT>
Base Classes
Name |
Description |
|
A standard container which offers fixed time access to individual elements in any order. |
Member Functions
Name |
Description |
|
Constructors |
Copy assignment operator |
Static Member Functions
Name |
Non-Member Functions
Name |
Description |
** The function NodeQuerySynthesizedAttributeType queryMemoryPool(VariantVector& targetVariantVector); will return every node in the AST with a corresponding variant in theVariantVector.** |
Created with MrDocs