Now you can download a copy of these docs so you can use them offline! Download now
ComplexData Class Reference

#include <ComplexData.h>

Inheritance diagram for ComplexData:

Public Member Functions

 ComplexData (ComplexEntryType &type)
 
ComplexEntryTypeGetType ()
 

Detailed Description

Base class for non-primitive data structures.

Definition at line 21 of file ComplexData.h.

Constructor & Destructor Documentation

ComplexData::ComplexData ( ComplexEntryType type)

Creates a new ComplexData of the given type.

Parameters
typeThe type of this data structure.

Definition at line 11 of file ComplexData.cpp.

Member Function Documentation

ComplexEntryType & ComplexData::GetType ( )

Gets the type of this data structure.

Returns
The type of this data structure.

Definition at line 13 of file ComplexData.cpp.


The documentation for this class was generated from the following files:

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