zorba::Variable Class Reference

zorba::Variable is the debugger representation of a variable on from the remote server to the client. More...

#include <zorba/debugger_client.h>

List of all members.

Public Member Functions

String getName () const
String getType () const
 Variable (String &aName, String &aType)
virtual ~Variable ()


Detailed Description

zorba::Variable is the debugger representation of a variable on from the remote server to the client.

Definition at line 30 of file debugger_client.h.


Constructor & Destructor Documentation

zorba::Variable::Variable ( String aName,
String aType 
) [inline]

Definition at line 36 of file debugger_client.h.

virtual zorba::Variable::~Variable (  )  [inline, virtual]

Definition at line 38 of file debugger_client.h.


Member Function Documentation

String zorba::Variable::getName (  )  const [inline]

Definition at line 40 of file debugger_client.h.

String zorba::Variable::getType (  )  const [inline]

Definition at line 42 of file debugger_client.h.


The documentation for this class was generated from the following file: