WPILibC++  trunk
Public Member Functions | List of all members
ComplexData Class Reference

#include <ComplexData.h>

Inheritance diagram for ComplexData:
Inheritance graph
[legend]

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: