Menu

MultiCounter

E. Liguori

class MultiCounter

  1. Introduction
  2. Use exeples
  3. Properties
  4. Methods
    1. MultiCounter(int _counters)
      1. MultiCounter(int _counters, int _start, int _end)
      2. MultiCounter(int _counters, int _start, int _end, int _step)
      3. MultiCounter(int _counters, int _start, int _end, int _step, int _val)
    2. int end()
      1. int end(int _end)
    3. int start()
      1. int start(int _start)
    4. void reverse()
    5. void reset()
    6. int value()
      1. int value(bool _increment)
      2. int value(int _step)
    7. int step()
      1. int step(int _step)
    8. int cycles()
      1. int cycles(int _loops)
  5. Operatori
    1. ++

Introduction

Use exeples

Properties

Methods

Counter(int _start)

Counter(int _start, int _end)

Counter(int _start, int _end, int _step)

Counter(int _start, int _end, int _step, int _val)

int end()

int end(int _end)

int start()

int start(int _start)

void reverse()

void reset()

int value()

int step()

int step(int _step)

int cycles()

int cycles(int _loops)

operator ++


MongoDB Logo MongoDB