Home | History | Annotate | Download | only in courgette

Lines Matching full:disallow

193   void operator=(const LabelInfo*);  // Disallow assignment only.
423 // We can't disallow the copy constructor because we use std::set<Shingle> and
427 void operator=(const Shingle&); // Disallow assignment only.