DEBSOURCES
Skip Quicknav
sources / bobcat / 6.11.00-1 / ohexbuf / clear.cc
12345678910
#include "ohexbuf.ih" void FBB::OHexBuf::clear(bool reset) { if (reset) { d_separator.clear(); d_count = 0; } }