Rudiments
staticarray.h
1// Copyright (c) 1999-2018 David Muse
2// See the COPYING file for more information.
3
4 private:
5 void clone(arraycollection<valuetype> &v);
6 void deleteManagedValues();
7
8 valuetype *data;
Definition avltree.h:11