Configurator
Public Member Functions | List of all members
data_structures.Result Class Reference

One function Result. More...

Public Member Functions

def __init__
 
def __format__
 

Detailed Description

One function Result.

Result: This class represents a function result. 

This class represents one result from a function. It corresponds to the following XML:

   <Result Name="..." Type="..." Brief="..." /> 

Constructor & Destructor Documentation

def data_structures.Result.__init__ (   self,
  result_element,
  style 
)
Result: This class represents a function result. 

Member Data Documentation

data_structures.Result.attributes result_element.attrib
static
Result: Initialize *self* from *result_element*. 
string data_structures.Result.result self.type
static
Result: Return a formatted version of *self*
controlled by *fmt*.
If *fmt* is a 't', return the type of *self*.
If *fmt* is a 'n', return the name of *self*.
If *fmt* is a 'c', return a C/C++ typed name.  

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