#include <file_ids.h>
Inheritance diagram for file_id::size:


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. | |
|
|
Size ID constructor.
|
Here is the call graph for this function:

|
|
Size ID parse.
Implements id. |
Here is the call graph for this function:

|
|
Set size ID.
|
|
|
Get size ID value.
|
|
|
File size.
|
|
|
|