addOnWrite method

void addOnWrite(
  1. CoutEvent on
)

Implementation

void addOnWrite(CoutEvent on) {
  Cout.addOnWrite(on);
}