Rudiments
commandline.h
1 // Copyright (c) 1999-2002 David Muse
2 // See the COPYING file for more information.
3 
4  private:
5  commandline(const commandline &c);
6  commandline &operator=(const commandline &c);
7 
8  commandlineprivate *pvt;
Definition: commandline.h:11