Raspberry Cloud
Main Page
Classes
Files
File List
dataAccess
Cache.h
1
#ifndef _CACHE_H
2
#define _CACHE_H
3
8
class
Cache
{
9
public
:
13
virtual
void
getFile
() = 0;
14
18
virtual
void
addFile
() = 0;
19
};
20
21
#endif //_CACHE_H
Cache::getFile
virtual void getFile()=0
Cache::addFile
virtual void addFile()=0
Cache
Definition:
Cache.h:8
Generated on Sun Jun 14 2015 13:35:47 for Raspberry Cloud by
1.8.9.1