Now you can download a copy of these docs so you can use them offline! Download now
ComplexData.h
1 /*
2  * ComplexData.h
3  *
4  * Created on: Sep 24, 2012
5  * Author: Mitchell Wills
6  */
7 
8 #ifndef COMPLEXDATA_H_
9 #define COMPLEXDATA_H_
10 
11 
12 class ComplexData;
13 
14 
15 //#include "networktables2/type/ComplexEntryType.h" can't do this cause it causes order of definition issues
16 class ComplexEntryType;
17 
22 private:
23  ComplexEntryType& type;
24 public:
31 
38  virtual ~ComplexData(){};
39 
40 };
41 
42 
43 #endif /* COMPLEXDATA_H_ */
ComplexData(ComplexEntryType &type)
Definition: ComplexData.cpp:11
ComplexEntryType & GetType()
Definition: ComplexData.cpp:13

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