Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseHeaderFile ¶
Types ¶
type SymbolInfo ¶
type SymbolProcessor ¶
type SymbolProcessor struct { Files []string Prefixes []string SymbolMap map[string]*SymbolInfo NameCounts map[string]int // contains filtered or unexported fields }
func NewSymbolProcessor ¶
func NewSymbolProcessor(Files []string, Prefixes []string) *SymbolProcessor
func (*SymbolProcessor) AddSuffix ¶
func (p *SymbolProcessor) AddSuffix(name string) string
func (*SymbolProcessor) GenMethodName ¶
func (p *SymbolProcessor) GenMethodName(class, name string, isDestructor bool, isPointer bool) string
Click to show internal directories.
Click to hide internal directories.