BusBoy
2
|
Go to the source code of this file.
Typedefs | |
typedef struct CExternalDataFileStruct * | CExternalDataFilePtr |
Copyright 2014 Google Inc. More... | |
Functions | |
CExternalDataFilePtr | CExternalDataFile_newDataFile (const char *key, const char *name) |
Copyright 2014 Google Inc. More... | |
const char * | CExternalDataFile_getSerializedFile (CExternalDataFilePtr fileHandle) |
void | CExternalDataFile_setSerializedFile (CExternalDataFilePtr fileHandle, const char *serializedFile) |
void | CExternalDataFile_setFileSource (CExternalDataFilePtr fileHandle, CExternalDataFileSourcePtr sourceHandle) |
CExternalDataFileSourcePtr | CExternalDataFile_getFileSource (CExternalDataFilePtr fileHandle) |
void | CExternalDataFile_setFileSink (CExternalDataFilePtr fileHandle, CExternalDataFileSinkPtr sinkHandle) |
CExternalDataFileSinkPtr | CExternalDataFile_getFileSink (CExternalDataFilePtr fileHandle) |
const char * | CExternalDataFile_getSerializedKey (CExternalDataFilePtr fileHandle) |
const char * | CExternalDataFile_getFileName (CExternalDataFilePtr fileHandle) |
typedef struct CExternalDataFileStruct* CExternalDataFilePtr |
Copyright 2014 Google Inc.
All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
const char* CExternalDataFile_getFileName | ( | CExternalDataFilePtr | fileHandle | ) |
CExternalDataFileSinkPtr CExternalDataFile_getFileSink | ( | CExternalDataFilePtr | fileHandle | ) |
CExternalDataFileSourcePtr CExternalDataFile_getFileSource | ( | CExternalDataFilePtr | fileHandle | ) |
const char* CExternalDataFile_getSerializedFile | ( | CExternalDataFilePtr | fileHandle | ) |
const char* CExternalDataFile_getSerializedKey | ( | CExternalDataFilePtr | fileHandle | ) |
CExternalDataFilePtr CExternalDataFile_newDataFile | ( | const char * | key, |
const char * | name | ||
) |
Copyright 2014 Google Inc.
All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
void CExternalDataFile_setFileSink | ( | CExternalDataFilePtr | fileHandle, |
CExternalDataFileSinkPtr | sinkHandle | ||
) |
void CExternalDataFile_setFileSource | ( | CExternalDataFilePtr | fileHandle, |
CExternalDataFileSourcePtr | sourceHandle | ||
) |
void CExternalDataFile_setSerializedFile | ( | CExternalDataFilePtr | fileHandle, |
const char * | serializedFile | ||
) |
Copyright 2014 Google Inc. All rights reserved.