zorba::XQueryStackTrace::Entry

#include <zorba/xquery_stack_trace.h>

Public Functions

Entry(fn_name_type const &fn_name, fn_arity_type fn_arity, char const *file_name, line_type line, column_type column, line_type line_end, column_type column_end)

Entry()

column_type

getColumn() const

column_type

getColumnEnd() const

column_type &

getColumnEndRef()

column_type &

getColumnRef()

std::string const &

getFileName() const

std::string &

getFileNameRef()

fn_arity_type

getFnArity() const

fn_arity_type &

getFnArityRef()

fn_name_type const &

getFnName() const

fn_name_type &

getFnNameRef()

line_type

getLine() const

line_type

getLineEnd() const

line_type &

getLineEndRef()

line_type &

getLineRef()

Private Attributes

col_

col_end_

column_type col_end_

filename_

std::string filename_

fn_arity_

fn_arity_type fn_arity_

fn_name_

fn_name_type fn_name_

line_

line_type line_

line_end_

line_type line_end_

Public Functions

Entry

 Entry(fn_name_type const &fn_name, fn_arity_type fn_arity, char const *file_name, line_type line, column_type column, line_type line_end, column_type column_end)

Entry

 Entry()

getColumn

column_type getColumn() const

getColumnEnd

column_type getColumnEnd() const

getColumnEndRef

column_type & getColumnEndRef()

getColumnRef

column_type & getColumnRef()

getFileName

std::string const & getFileName() const

getFileNameRef

std::string & getFileNameRef()

getFnArity

fn_arity_type getFnArity() const

getFnArityRef

fn_arity_type & getFnArityRef()

getFnName

fn_name_type const & getFnName() const

getFnNameRef

fn_name_type & getFnNameRef()

getLine

line_type getLine() const

getLineEnd

line_type getLineEnd() const

getLineEndRef

line_type & getLineEndRef()

getLineRef

line_type & getLineRef()