Now you can download a copy of these docs so you can use them offline! Download now
EOFException.h
1 /*
2  * EOFException.h
3  *
4  * Created on: Oct 1, 2012
5  * Author: Mitchell Wills
6  */
7 
8 #ifndef EOFEXCEPTION_H_
9 #define EOFEXCEPTION_H_
10 
11 #include "networktables2/util/IOException.h"
12 
13 
18 class EOFException : public IOException{
19 public:
23  EOFException();
24  virtual ~EOFException() throw ();
25 
29  virtual bool isEOF();
30 };
31 
32 
33 
34 
35 #endif /* EOFEXCEPTION_H_ */
virtual bool isEOF()

Generated on Sat Apr 26 2014 12:26:45 for WPILibC++ by doxygen 1.8.6