B2BITS FIX Antenna HFT  1.0.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
System::MCachedFile::Params Struct Reference

#include <MCachedFile.h>

+ Collaboration diagram for System::MCachedFile::Params:

Public Member Functions

 Params (const std::string &tmpFilesDirectory="", Access::Value access=Access::Serial, size_type cacheSize=0, size_type bytesToSyncOnTimer=2048, size_type reservedForRecovery=4096)
 

Public Attributes

Access::Value access
 
size_type bytesToSyncOnTimer
 
size_type cacheSize
 
size_type reservedForRecovery
 
std::string tmpFilesDirectory
 

Constructor & Destructor Documentation

System::MCachedFile::Params::Params ( const std::string &  tmpFilesDirectory = "",
Access::Value  access = Access::Serial,
size_type  cacheSize = 0,
size_type  bytesToSyncOnTimer = 2048,
size_type  reservedForRecovery = 4096 
)
inline

Member Data Documentation

Access::Value System::MCachedFile::Params::access
size_type System::MCachedFile::Params::bytesToSyncOnTimer
size_type System::MCachedFile::Params::cacheSize
size_type System::MCachedFile::Params::reservedForRecovery
std::string System::MCachedFile::Params::tmpFilesDirectory