PIP 5.5.3
Platform-Independent Primitives
Classes | Enumerations
PICodeInfo Namespace Reference

Namespace contains structures for code generation. See Code generation. More...

Classes

struct  ClassInfo
 Class or struct information. More...
 
struct  EnumeratorInfo
 Enumerator information. More...
 
struct  EnumInfo
 Enum information. More...
 
struct  FunctionInfo
 Method information. More...
 
struct  TypeInfo
 Type information. More...
 

Enumerations

enum  TypeFlag {
}
 Type modifiers. More...
 

Detailed Description

Namespace contains structures for code generation. See Code generation.

Enumeration Type Documentation

◆ TypeFlag

Type modifiers.

Enumerator
Const 

const

Static 

static

Mutable 

mutable

Volatile 

volatile

Inline 

inline

Virtual 

virtual

Extern 

extern