DEBSOURCES
Skip Quicknav
sources / bobcat / 6.11.00-1 / ohexbuf / overflow.cc
12345678910
#include "ohexbuf.ih" // overrides int OHexBuf::overflow(int ch) { (this->*d_separated)(ch); (this->*d_widthHandler)(); return ch; }