xobj

package
v1.2.2 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

---------------------------------------------------------------------//

GNU GENERAL PUBLIC LICENSE                       //
   Version 2, June 1991                          //
                                                 //

Copyright (C) Wells Hsu, wellshsu@outlook.com, All rights reserved. // Everyone is permitted to copy and distribute verbatim copies // of this license document, but changing it is not allowed. //

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