Documentation
¶
Index ¶
- type Go2cppContext
- func (this *Go2cppContext) Generate1(methodFn interface{})
- func (this *Go2cppContext) GetDotCppContent(implDotHContent []byte) []byte
- func (this *Go2cppContext) GetDotGoContent() []byte
- func (this *Go2cppContext) GetDotHContent() []byte
- func (this *Go2cppContext) MustCreateLibrary(dir string, goarch string, buildMode string, buildOptionList ...string)
- type NewGo2cppContext_Req
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Go2cppContext ¶
type Go2cppContext struct {
// contains filtered or unexported fields
}
func NewGo2cppContext ¶
func NewGo2cppContext(req NewGo2cppContext_Req) *Go2cppContext
func (*Go2cppContext) Generate1 ¶
func (this *Go2cppContext) Generate1(methodFn interface{})
func (*Go2cppContext) GetDotCppContent ¶
func (this *Go2cppContext) GetDotCppContent(implDotHContent []byte) []byte
func (*Go2cppContext) GetDotGoContent ¶
func (this *Go2cppContext) GetDotGoContent() []byte
func (*Go2cppContext) GetDotHContent ¶
func (this *Go2cppContext) GetDotHContent() []byte
func (*Go2cppContext) MustCreateLibrary ¶
func (this *Go2cppContext) MustCreateLibrary(dir string, goarch string, buildMode string, buildOptionList ...string)
MustCreateLibrary(dir, "386", "c-archive") MustCreateLibrary(dir, "amd64", "c-archive") MustCreateLibrary(dir, "amd64", "c-shared")
Click to show internal directories.
Click to hide internal directories.