seq  4.0.0-pre3
Static Public Member Functions | Static Public Attributes | List of all members
lib.counter.Counter Class Reference

A simple counter class. More...

Static Public Member Functions

def new_value ()
 give me a new value More...
 
def reset ()
 reset counter More...
 

Static Public Attributes

int value = 0
 

Detailed Description

A simple counter class.

Member Function Documentation

◆ new_value()

def lib.counter.Counter.new_value ( )
static

give me a new value

◆ reset()

def lib.counter.Counter.reset ( )
static

reset counter

Member Data Documentation

◆ value

int lib.counter.Counter.value = 0
static

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