Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

file_id::sum_size Class Reference

#include <file_ids.h>

Inheritance diagram for file_id::sum_size:

Inheritance graph
Collaboration diagram for file_id::sum_size:

Collaboration graph
List of all members.

Detailed Description

Sum size ID class.


Public Member Functions

 sum_size (id *pID)
 Total size ID constructor.

string ParseID (void) const
 Total size ID parse.

void IncrementSumSize (long long IncrementSize)
 Increment sum size ID.

long long GetSumSize (void) const
 Get sum size ID value.


Static Private Attributes

long long m_SumSize = 0
 Size of files value.


Constructor & Destructor Documentation

file_id::sum_size::sum_size id pID  ) 
 

Total size ID constructor.

Parameters:
pID: Identifier to set as parent.

Here is the call graph for this function:


Member Function Documentation

string file_id::sum_size::ParseID void   )  const [virtual]
 

Total size ID parse.

Returns:
String with the default id value.

Implements id.

Here is the call graph for this function:

void file_id::sum_size::IncrementSumSize long long  IncrementSize  ) 
 

Increment sum size ID.

Parameters:
IncrementSize: Number to increment the m_SumSize.

long long file_id::sum_size::GetSumSize void   )  const
 

Get sum size ID value.

Returns:
Number with the id value.


Member Data Documentation

long long file_id::sum_size::m_SumSize = 0 [static, private]
 

Size of files value.


The documentation for this class was generated from the following files:
doxygen sourceforge id3lib