WPILibC++
trunk
Main Page
Related Pages
Classes
Files
File List
networktables2
util
EOFException.cpp
1
/*
2
* EOFException.cpp
3
*
4
* Created on: Oct 1, 2012
5
* Author: Mitchell Wills
6
*/
7
#include "networktables2/util/EOFException.h"
8
9
EOFException::EOFException
() :
IOException
(
"End of File"
){}
10
EOFException::~EOFException() throw(){}
11
12
bool
EOFException::isEOF
(){
13
return
true
;
14
}
EOFException::EOFException
EOFException()
Definition:
EOFException.cpp:9
IOException
Definition:
IOException.h:16
EOFException::isEOF
virtual bool isEOF()
Definition:
EOFException.cpp:12
Generated on Sat Apr 26 2014 12:26:58 for WPILibC++ by
1.8.6