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

file_id::size Class Reference

#include <file_ids.h>

Inheritance diagram for file_id::size:

Inheritance graph
Collaboration diagram for file_id::size:

Collaboration graph
List of all members.

Detailed Description

Size ID class.


Public Member Functions

 size (id *pID)
 Size ID constructor.

string ParseID (void) const
 Size ID parse.

void SetSize (long long Size)
 Set size ID.

long long GetSize (void) const
 Get size ID value.


Private Attributes

long long m_Size
 File size.


Constructor & Destructor Documentation

file_id::size::size id pID  ) 
 

Size ID constructor.

Parameters:
pID: Identifier to set as parent.

Here is the call graph for this function:


Member Function Documentation

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

Size ID parse.

Returns:
String with the id default value.

Implements id.

Here is the call graph for this function:

void file_id::size::SetSize long long  Size  ) 
 

Set size ID.

Parameters:
Size: Number to set as new m_Size

long long file_id::size::GetSize void   )  const
 

Get size ID value.

Returns:
Number with the id value.


Member Data Documentation

long long file_id::size::m_Size [private]
 

File size.


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