Sirikata
Classes | Namespaces | Typedefs | Functions
space/src/caches/FCache.hpp File Reference
#include <iostream>
#include <iomanip>
#include "Cache.hpp"
#include <map>
#include <vector>
#include <string>
#include "CacheRecords.hpp"
Include dependency graph for FCache.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Sirikata::FCache
class  Sirikata::FCache::FCachePropDataStruct

Namespaces

namespace  Sirikata
 

Note: All the classes provided in this file are thin wrappers around the corresponding classes in ASIO.


Typedefs

typedef double(* Sirikata::FCacheScoreFunc )(const FCacheRecord *a)
typedef double(* Sirikata::FCacheScoreFuncPrint )(const FCacheRecord *a, bool toPrint)

Functions

void Sirikata::findMins (std::vector< FCacheRecord * > &vec, FCacheScoreFunc scoreFunc)