gensrc.functions.behaviorloop.BehaviorLoop Class Reference
Inheritance diagram for gensrc.functions.behaviorloop.BehaviorLoop:
Collaboration diagram for gensrc.functions.behaviorloop.BehaviorLoop:

Public Member Functions

def generateBody (self, addin)
 public interface More...
 
def __init__ (self)
 private member functions More...
 

Public Attributes

 loopParamRef_
 
 functionName_
 
 functionSignature_
 

Detailed Description

Generate source code for a Member function which loops on one of
its input parameters.

Constructor & Destructor Documentation

◆ __init__()

def gensrc.functions.behaviorloop.BehaviorLoop.__init__ (   self)

private member functions

Configure the function to loop.

Member Function Documentation

◆ generateBody()

def gensrc.functions.behaviorloop.BehaviorLoop.generateBody (   self,
  addin 
)

public interface

Generate source code for the body of the function.

The documentation for this class was generated from the following file:
  • behaviorloop.py