BusBoy  2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ExternalDataFileSink.h
Go to the documentation of this file.
1 
17 #ifndef __BUSBOY_EXTERNAL_DATA_FILE_SINK_H__
18 #define __BUSBOY_EXTERNAL_DATA_FILE_SINK_H__
19 
20 #include "dataset/dataset_api.h"
21 
22 namespace BUSBOY {
23 
24 
25 class ExternalDataFileSinkImpl;
26 
28 
29  public:
30 
32 
34 
36 
37  private:
38 
40 
41  // prevent calling these
43  ExternalDataFileSink& operator=(const ExternalDataFileSink& src);
44 
45 };
46 
47 }
48 #endif
49 
50 
51 

Copyright 2014 Google Inc. All rights reserved.