Procedure.cpp 96 B

123456
  1. #include "Procedure.h"
  2. FunctionType *Function::getFunctionType() const
  3. {
  4. return &m_type;
  5. }