cpp2go

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ast

type Ast interface {
	Translate() (ok bool)
}

func NewAst

func NewAst() Ast

type Cpp2go

type Cpp2go interface {
	Translate() (ok bool)
}

func NewCpp2go

func NewCpp2go() Cpp2go

type Define

type Define interface {
	Translate() (ok bool)
}

func NewDefine

func NewDefine() Define

type Enum

type Enum interface {
	Translate() (ok bool)
}

func NewEnum

func NewEnum() Enum

type Extern

type Extern interface {
	Translate() (ok bool)
}

func NewExtern

func NewExtern() Extern

type Method

type Method interface {
	Translate() (ok bool)
}

func NewMethod

func NewMethod() Method

type Scanner

type Scanner interface {
	Translate() (ok bool)
}

func NewScanner

func NewScanner() Scanner

type Structtype

type Structtype interface {
	Translate() (ok bool)
}

func NewStructtype

func NewStructtype() Structtype

Jump to

Keyboard shortcuts

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