Tcl_Method - Online Linux Manual PageSection : 3
Updated : 0.1
Source : TclOO
Note : TclOO Library Functions


NAMETcl_ClassSetConstructor, Tcl_ClassSetDestructor, Tcl_MethodDeclarerClass, Tcl_MethodDeclarerObject, Tcl_MethodIsPublic, Tcl_MethodIsType, Tcl_MethodName, Tcl_NewInstanceMethod, Tcl_NewMethod, Tcl_ObjectContextInvokeNext, Tcl_ObjectContextIsFiltering, Tcl_ObjectContextMethod, Tcl_ObjectContextObject, Tcl_ObjectContextSkippedArgs − manipulate methods and method-call contexts

SYNOPSIS#include <tclOO.h> Tcl_Method Tcl_NewMethod(interp, class, nameObj, isPublic, methodTypePtr, clientData) Tcl_Method Tcl_NewInstanceMethod(interp, object, nameObj, isPublic, methodTypePtr, clientData) Tcl_ClassSetConstructor(interp, class, method) Tcl_ClassSetDestructor(interp, class, method) Tcl_Class Tcl_MethodDeclarerClass(method) Tcl_Object Tcl_MethodDeclarerObject(method) Tcl_Obj * Tcl_MethodName(method) int Tcl_MethodIsPublic(method) int Tcl_MethodIsType(method, methodTypePtr, clientDataPtr) int Tcl_ObjectContextInvokeNext(interp, context, objc, objv, skip) int Tcl_ObjectContextIsFiltering(context) Tcl_Method Tcl_ObjectContextMethod(context) Tcl_Object Tcl_ObjectContextObject(context) int Tcl_ObjectContextSkippedArgs(context)

ARGUMENTS . el .TP 15   ​Tcl_Interp *interp (in/out) The interpreter holding the object or class to create or update a method in.
ERROR : https://linux0001.com/man : please email : johanes_gumabo@yahoo.co.id