FC++  v0.7.1-1067
FileCatalyst Fast File Transfers - C++ Library
FCStateAndStats.hpp File Reference

Statistics representing a summary of all file transfers. More...

#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
 All of the FileCatalyst classes and objects are declared within the fc namespace.
 

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.