SyFi  0.3
SyFi::ExStats Class Reference

#include <ginac_tools.h>

List of all members.

Public Member Functions

 ExStats ()
const ExStatsoperator+= (const ExStats &rhs)
def __init__
def __iadd__

Public Attributes

int muls
int adds
int pows
int functions
int flops

Static Public Attributes

tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
tuple muls = _swig_property(_SyFi.ExStats_muls_get, _SyFi.ExStats_muls_set)
tuple adds = _swig_property(_SyFi.ExStats_adds_get, _SyFi.ExStats_adds_set)
tuple pows = _swig_property(_SyFi.ExStats_pows_get, _SyFi.ExStats_pows_set)
tuple functions = _swig_property(_SyFi.ExStats_functions_get, _SyFi.ExStats_functions_set)
tuple flops = _swig_property(_SyFi.ExStats_flops_get, _SyFi.ExStats_flops_set)

Static Private Attributes

 __repr__ = _swig_repr
 __swig_destroy__ = _SyFi.delete_ExStats

Detailed Description

Proxy of C++ SyFi::ExStats class

Definition at line 115 of file ginac_tools.h.


Constructor & Destructor Documentation

SyFi::ExStats::ExStats ( ) [inline]

Definition at line 118 of file ginac_tools.h.

: muls(0), adds(0), pows(0), functions(0), flops(0) {}
def SyFi::ExStats::__init__ (   self)
__init__(SyFi::ExStats self) -> ExStats

Definition at line 1474 of file SyFi.py.

01474 
01475     def __init__(self): 
01476         """__init__(SyFi::ExStats self) -> ExStats"""
        _SyFi.ExStats_swiginit(self,_SyFi.new_ExStats())

Member Function Documentation

def SyFi::ExStats::__iadd__ (   self,
  args 
)
__iadd__(ExStats self, ExStats rhs) -> ExStats

Definition at line 1477 of file SyFi.py.

01477 
01478     def __iadd__(self, *args):
01479         """__iadd__(ExStats self, ExStats rhs) -> ExStats"""
01480         return _SyFi.ExStats___iadd__(self, *args)

const ExStats& SyFi::ExStats::operator+= ( const ExStats rhs) [inline]

Definition at line 120 of file ginac_tools.h.

References adds, flops, functions, muls, and pows.

                        {
                                muls      += rhs.muls;
                                adds      += rhs.adds;
                                pows      += rhs.pows;
                                functions += rhs.functions;
                                flops     += rhs.flops;
                                return *this;
                        }

Member Data Documentation

SyFi::ExStats::__repr__ = _swig_repr [static, private]

Definition at line 1473 of file SyFi.py.

SyFi::ExStats::__swig_destroy__ = _SyFi.delete_ExStats [static, private]

Definition at line 1486 of file SyFi.py.

Definition at line 131 of file ginac_tools.h.

Referenced by main(), operator+=(), and print().

tuple SyFi::ExStats::adds = _swig_property(_SyFi.ExStats_adds_get, _SyFi.ExStats_adds_set) [static]

Definition at line 1482 of file SyFi.py.

Definition at line 137 of file ginac_tools.h.

Referenced by main(), operator+=(), and print().

tuple SyFi::ExStats::flops = _swig_property(_SyFi.ExStats_flops_get, _SyFi.ExStats_flops_set) [static]

Definition at line 1485 of file SyFi.py.

Definition at line 134 of file ginac_tools.h.

Referenced by main(), operator+=(), and print().

tuple SyFi::ExStats::functions = _swig_property(_SyFi.ExStats_functions_get, _SyFi.ExStats_functions_set) [static]

Definition at line 1484 of file SyFi.py.

Definition at line 130 of file ginac_tools.h.

Referenced by main(), operator+=(), and print().

tuple SyFi::ExStats::muls = _swig_property(_SyFi.ExStats_muls_get, _SyFi.ExStats_muls_set) [static]

Definition at line 1481 of file SyFi.py.

Definition at line 133 of file ginac_tools.h.

Referenced by main(), operator+=(), and print().

tuple SyFi::ExStats::pows = _swig_property(_SyFi.ExStats_pows_get, _SyFi.ExStats_pows_set) [static]

Definition at line 1483 of file SyFi.py.

tuple SyFi::ExStats::thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') [static]

Definition at line 1472 of file SyFi.py.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines