Rudiments
mvcview.h
1// Copyright (c) 1999-2018 David Muse
2// See the COPYING file for more informations.
3
4 mvcview(mvcview &m) {};
5 mvcview &operator=(mvcview &m) { return *this; };
6
7 private:
Definition avltree.h:11
Definition mvc.h:164