ZCsl::show

C Scripting Language
Reference Manual
Version 4.4.0

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using the CSL executive
Language
Directives
System library
String library
Math library
Regular expression lib.
File library
Database library
Async Communication
Registry/Profile handling
Windows control
C API
C++ Class Interface
   Embedding CSL
   Writing libraries
   Class interface reference
      ZCsl constructor
      ZCsl destructor
      ZCsl::addFunc
      ZCsl::addVar
      ZCsl::call
      ZCsl::callEx
      ZCsl::get
      ZCsl::loadLibrary
      ZCsl::loadScript
      ZCsl::set
      ZCsl::setTraceMode
      ZCsl::show
      ZCsl::startDateTime
      ZCsl::trace
      ZCsl::traceMode
      ZCsl::varExists
      ZCsl::varResize
      ZCsl::varSizeof
CSL links
  
ZCsl& ZCsl::show(       // show CSL internals
   ZCsl::ShowMode aMode,   // show what
   long aDepth=99999999);  // how much

Show internal information of CSL. Requires system library loaded.

Available information (ShowMode's):

Mode Description
ZCsl::showFunctions Show all known functions
ZCsl::showCallStack Show call path with all functions.
ZCsl::showFullStack Show call path with all functions an all local variables
ZCsl::showGlobals Show globals and static identifiers of all files/modules
ZCsl::showLibraries Show all libraries loaded

  Copyright © IBK Landquart Last revision: 27.05.2002 << Back  Top  Next >>