FC++  v0.9.0-9e9b65
FileCatalyst Fast File Transfers - C++ Library
FCStateAndStats.hpp File Reference
#include "FileCatalyst.hpp"
Include dependency graph for FCStateAndStats.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  fc::GlobalStats
 GlobalStats is used to track some summary statistics during file transfers. More...
 
class  fc::GlobalStateAndStats
 Combine both state and statistics into a single class which callers can access. More...
 

Namespaces

 fc
 

Typedefs

typedef std::map< size_t, fc::TransferStatsfc::TransferStatsMap
 Track all of the individual file transfers, where the key is a numeric sequence describing the order of the file transfer. More...
 
typedef void(* fc::StatisticsCallback) (const fc::GlobalStateAndStats &stats, void *ptr)
 Allow a single callback to be specified when the statistics are updated. More...
 

Detailed Description

Statistics representing a summary of all file transfers. Also contains a map of all individual file transfers.