Rudiments
sensitivevalue.h
1// Copyright (c) 1999-2018 David Muse
2// See the COPYING file for more information.
3
5 sensitivevalue &operator=(sensitivevalue &s) { return *this; };
6
7 private:
8 bool getValueFromFile(const char *filename,
9 bool hexdecode,
10 bool chomp);
11 void construct();
12
Definition avltree.h:11
Definition sensitivevalue.h:18