BusBoy
2
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
cpp
api
external
CExternalDataset.h
Go to the documentation of this file.
1
17
#ifndef __BUSBOY_C_EXTERNAL_DATASET_H__
18
#define __BUSBOY_C_EXTERNAL_DATASET_H__
19
20
#include "
ExternalDataset.h
"
21
#include "
external/capi/external_capi.h
"
22
23
struct
CExternalDatasetStruct
{
24
BUSBOY::ExternalDataset
*
dataset
;
25
};
26
typedef
struct
CExternalDatasetStruct
CExternalDataset
;
27
28
CExternalDatasetPtr
wrapExternalDataset
(
BUSBOY::ExternalDataset
*
dataset
);
29
30
#endif
Tue Nov 11 2014 23:19:41
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.