MCPcopy Create free account
hub / github.com/WheretIB/nullc / FunctionType

Method FunctionType

NULLC/ParseClass.h:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18{
19public:
20 FunctionType()
21 {
22 retType = NULL;
23 paramType = NULL;
24 paramCount = 0;
25 paramSize = NULLC_PTR_SIZE;
26 }
27
28 TypeInfo *retType;
29 TypeInfo **paramType; // Array of pointers to type information

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected