KCss::show

C Styled Script
Reference Manual

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using The CSS Executive
Language
Directives
System Library
String Library
Regular Expression Lib.
File Library
Database Library
C API
C++ API
   Embedding CSS
   Writing Libraries
   API Reference
      KCss Constructor
      KCss Destructor
      KCss::addFunc
      KCss::call
      KCss::enableTrace
      KCss::get
      KCss::isTrace
      KCss::loadLibrary
      KCss::loadScript
      KCss::set
      KCss::show
      KCss::startDate
      KCss::startTime
      KCss::varResize
      KCss::varSizeof
CSS Links
  
KCss& KCss::show(       // show CSS internals
   KCss::ShowMode aMode,   // show what
   long aDepth=99999999);  // how much

Show internal information of CSS. Requires system library loaded.

Available information (ShowMode's):

Mode Description
KCss::showFunctions Show all known functions
KCss::showCallStack Show call path with all functions.
KCss::showFullStack Show call path with all functions an all local variables
KCss::showGlobals Show globals and static identifiers of all files/modules
KCss::showLibraries Show all libraries loaded
 Copyright © IBK LandquartLast revised by Peter Koch, 24.02.00<< Back  Top  Next >>