Class Hierarchy   Class Index   Method Index  

IGClogQueryResult Class Reference

#include <IGClogQueryResult.h>


Detailed Description

This class is used to describe the result of IGClogQuery::Execute.


Public Member Functions

 IGClogQueryResult ()
 Constructor.
virtual ~IGClogQueryResult ()
 Destructor.
IGClogQueryResultoperator= (const IGClogQueryResult &Orig)
 Assignment operator.
IGClogQueryResultHandle GetHandle () const
 This method is part of the internal implementation of this class and should not be called.
IGCboolean Success () const
 Indicates that the query was executed successfully.
const char * ErrorDescription () const
 Provides a textual description of the error which occurred if IGClogQueryResult::Success is false.
IGClogMessage Message (IGCint32 MessageIndex) const
 Provides an array of IGClogMessage which were returned by Iguana in response to the query.
IGCint32 CountOfMessage () const
 Returns the total number of Messages.


Constructor & Destructor Documentation

IGClogQueryResult::IGClogQueryResult  ) 
 

Constructor.

virtual IGClogQueryResult::~IGClogQueryResult  )  [virtual]
 

Destructor.


Member Function Documentation

IGCint32 IGClogQueryResult::CountOfMessage  )  const
 

Returns the total number of Messages.

See also the IGClogQueryResult::Message property.

const char* IGClogQueryResult::ErrorDescription  )  const
 

Provides a textual description of the error which occurred if IGClogQueryResult::Success is false.

IGClogQueryResultHandle IGClogQueryResult::GetHandle  )  const [inline]
 

This method is part of the internal implementation of this class and should not be called.

IGClogMessage IGClogQueryResult::Message IGCint32  MessageIndex  )  const
 

Provides an array of IGClogMessage which were returned by Iguana in response to the query.

Parameters:
MessageIndex The index of the Message to return.

IGClogQueryResult& IGClogQueryResult::operator= const IGClogQueryResult Orig  ) 
 

Assignment operator.

IGCboolean IGClogQueryResult::Success  )  const
 

Indicates that the query was executed successfully.


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