WPILibC++
trunk
Main Page
Related Pages
Classes
Files
File List
networktables2
stream
IOStreamFactory.h
1
/*
2
* IOStreamFactory.h
3
*
4
* Created on: Sep 22, 2012
5
* Author: Mitchell Wills
6
*/
7
8
#ifndef IOSTREAMFACTORY_H_
9
#define IOSTREAMFACTORY_H_
10
11
#include "networktables2/stream/IOStream.h"
12
19
class
IOStreamFactory
20
{
21
public
:
22
virtual
~
IOStreamFactory
()
23
{
24
}
29
virtual
IOStream
*
createStream
() = 0;
30
};
31
32
#endif
/* IOSTREAMFACTORY_H_ */
IOStreamFactory::createStream
virtual IOStream * createStream()=0
IOStream
Definition:
IOStream.h:13
IOStreamFactory
Definition:
IOStreamFactory.h:19
Generated on Sat Apr 26 2014 12:26:59 for WPILibC++ by
1.8.6