Skip to content

SageInterface::getOutParameters

Get a vector of output parameters from the function parameter list

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

std::vector<SgInitializedName*>
getOutParameters(SgInitializedNamePtrList const& params);

Return Value

a vector of output parameters from the function parameter list

Created with MrDocs