WPILibC++
trunk
Main Page
Related Pages
Classes
Files
File List
networktables2
type
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
21
class
ComplexData
{
22
private
:
23
ComplexEntryType
& type;
24
public
:
30
ComplexData
(
ComplexEntryType
& type);
31
37
ComplexEntryType
&
GetType
();
38
virtual
~
ComplexData
(){};
39
40
};
41
42
43
#endif
/* COMPLEXDATA_H_ */
ComplexEntryType
Definition:
ComplexEntryType.h:19
ComplexData::ComplexData
ComplexData(ComplexEntryType &type)
Definition:
ComplexData.cpp:11
ComplexData::GetType
ComplexEntryType & GetType()
Definition:
ComplexData.cpp:13
ComplexData
Definition:
ComplexData.h:21
Generated on Sat Apr 26 2014 12:26:58 for WPILibC++ by
1.8.6