Documentation
¶
Overview ¶
Package cpp holds C/C++ detectors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StructuresDetector ¶
type StructuresDetector struct{}
StructuresDetector detects C/C++ classes, structs, enums, functions, namespaces, and #include statements. Mirrors Java CppStructuresDetector.
func NewStructuresDetector ¶
func NewStructuresDetector() *StructuresDetector
func (StructuresDetector) DefaultConfidence ¶
func (StructuresDetector) DefaultConfidence() model.Confidence
func (StructuresDetector) Detect ¶
func (d StructuresDetector) Detect(ctx *detector.Context) *detector.Result
func (StructuresDetector) Name ¶
func (StructuresDetector) Name() string
func (StructuresDetector) SupportedLanguages ¶
func (StructuresDetector) SupportedLanguages() []string
Click to show internal directories.
Click to hide internal directories.