Eneboo - Documentación para desarrolladores
Métodos públicos
Referencia de la Clase QSStackTrace

The QSStackTrace class describes a stack trace after an error has occurred in the interpreter. Más...

#include <qsinterpreter.h>

Diagrama de herencias de QSStackTrace
QValueList< QSStackFrame >

Lista de todos los miembros.

Métodos públicos

QString toString () const

Descripción detallada

The QSStackTrace class describes a stack trace after an error has occurred in the interpreter.

The QSStackTrace contains a list of QSStackFrame objects that together describe the call stack of the interpreter at the point when an error occurred.


Documentación de las funciones miembro

QString QSStackTrace::toString ( ) const

Convenience function for describing the stack trace.

Each stack frame has the following format:

  function(scriptName:lineNumber) context

La documentación para esta clase fue generada a partir de los siguientes ficheros:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'