Ejemplo n.º 1
0
FunctionDeclaration::FunctionDeclaration(const FunctionDeclaration& other) :
		FunctionTypeSpecifier(other.GetParameterTypeList(),
				other.GetReturnTypeSpecifier(), other.GetLocation()), m_parameter_list(
				other.m_parameter_list) {
}