SageInterface::getSgNodeListFromMemoryPool
Query memory pools to grab SgNode of a specified type
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
template<typename NodeType>
static
std::vector<NodeType*>
getSgNodeListFromMemoryPool();
Return Value
A standard container which offers fixed time access to individual elements in any order.
Created with MrDocs