xobj

package
v1.2.3 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2023 License: GPL-2.0, GPL-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Copyright (C) Wells Hsu, wellshsu@github.com, All rights reserved. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This license is based on GPL, SEE LICENSE.md FOR MORE DETAILS. Package xobj: 面向对象编程.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OBJECT

type OBJECT struct {
	CHILD interface{} `orm:"-" json:"-"` // 实例指针对象
}

对象基类

func (*OBJECT) CTOR

func (this *OBJECT) CTOR(CHILD interface{})

构造函数

CHILD: 实例指针对象

Jump to

Keyboard shortcuts

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