ctags

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 11, 2018 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Class

type Class struct {
	Name            string
	Funcs           []Func
	DeclarationFile string
}

Class represents a class.

type File

type File struct {
	Path    string
	Classes []*Class
	Funcs   []Func
}

File represents a cpp/hpp file.

type Func

type Func struct {
	Name         string
	Signature    string
	Return       string
	Args         string
	ArgWithTypes string
}

Func represents a function.

type Parser

type Parser interface {
	Parse(tags string) []*File
}

Parser parse ctags to struct.

func NewParser

func NewParser() Parser

NewParser creates Parser instance.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL