tclpkg-hook.cc File Reference

#include "visx/tclpkg-hook.h"
#include "tcl/pkg.h"
#include "rutz/trace.h"
#include "rutz/debug.h"
#include <cstring>
#include <tcl.h>
#include <cstdio>
#include <cstdlib>
#include "gfx/gbvec.h"
#include "rutz/arrayvalue.h"
#include "rutz/iter.h"
#include "tcl/itertcl.h"
#include "tcl/dict.h"
#include "tcl-gfx/toglet.h"

Include dependency graph for tclpkg-hook.cc:

Go to the source code of this file.

Namespaces

namespace  HookTcl

Classes

class  GenericObj
class  MyObj

Functions

size_t HookTcl::memUsage ()
void genericFreeInternalRepProc (Tcl_Obj *objPtr)
void genericDupInternalRepProc (Tcl_Obj *srcPtr, Tcl_Obj *dupPtr)
void genericUpdateStringProc (Tcl_Obj *objPtr)
int genericSetFromAnyProc (Tcl_Interp *interp, Tcl_Obj *)
int Hook_Init (Tcl_Interp *interp)

Variables

Tcl_ObjType genericObjType


Detailed Description

tcl interface package for miscellaneous functions

Definition in file tclpkg-hook.cc.


Variable Documentation

Tcl_ObjType genericObjType

Initial value:

  {
    const_cast<char*>("generic"),
    genericFreeInternalRepProc,
    genericDupInternalRepProc,
    genericUpdateStringProc,
    genericSetFromAnyProc
  }

Definition at line 140 of file tclpkg-hook.cc.


The software described here is Copyright (c) 1998-2005, Rob Peters.
This page was generated Wed Dec 3 06:53:38 2008 by Doxygen version 1.5.5.