Rudiments
/home/dmuse/src/rudiments/include/rudiments/private/dictionarynode.h
00001 // Copyright (c) 2003 David Muse
00002 // See the COPYING file for more information
00003 
00004         protected:
00005                 keytype         key;
00006                 datatype        data;
00007 
00008                 linkedlistutil<keytype>         keyutil;
00009                 linkedlistutil<datatype>        datautil;