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
CExternalAlgorithm.h
Go to the documentation of this file.
1
17
#ifndef __BUSBOY_C_EXTERNAL_ALGORITHM_H__
18
#define __BUSBOY_C_EXTERNAL_ALGORITHM_H__
19
20
#include "
ExternalAlgorithm.h
"
21
#include "
external/capi/external_capi.h
"
22
23
struct
CExternalAlgorithmStruct
{
24
BUSBOY::ExternalAlgorithm
*
algo
;
25
};
26
typedef
struct
CExternalAlgorithmStruct
CExternalAlgorithm
;
27
28
CExternalAlgorithmPtr
wrapExternalAlgorithm
(
BUSBOY::ExternalAlgorithm
*
algo
);
29
30
#endif
Tue Nov 11 2014 23:19:41
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.