WPILibC++
trunk
Main Page
Related Pages
Classes
Files
File List
networktables2
type
ComplexData.cpp
1
/*
2
* ComplexData.cpp
3
*
4
* Created on: Sep 24, 2012
5
* Author: Mitchell Wills
6
*/
7
8
#include "networktables2/type/ComplexData.h"
9
10
11
ComplexData::ComplexData
(
ComplexEntryType
& _type) : type(_type){}
12
13
ComplexEntryType
&
ComplexData::GetType
() {
14
return
type;
15
}
ComplexEntryType
Definition:
ComplexEntryType.h:19
ComplexData::ComplexData
ComplexData(ComplexEntryType &type)
Definition:
ComplexData.cpp:11
ComplexData::GetType
ComplexEntryType & GetType()
Definition:
ComplexData.cpp:13
Generated on Sat Apr 26 2014 12:26:58 for WPILibC++ by
1.8.6