s_dcc_client::s_fs Struct Reference

Collaboration diagram for s_dcc_client::s_fs:

Collaboration graph
[legend]
List of all members.

Detailed Description

Stores data about file from the filesystem.

Author:
VooDooMan
Version:
1
Date:
2004

Definition at line 388 of file dcc.cpp.

Public Member Functions

 s_fs ()

Public Attributes

s_file file
 Properties of current-edited file.
string name
 Name of the file.
s_access new_access
 Current-edited access rights.


Constructor & Destructor Documentation

s_dcc_client::s_fs::s_fs  )  [inline]
 

Definition at line 394 of file dcc.cpp.

References s_access::clear(), s_file::clear(), file, name, and new_access.

00395         {
00396             name="";
00397             file.clear();
00398             new_access.clear();
00399         }

Here is the call graph for this function:


Member Data Documentation

s_file s_dcc_client::s_fs::file
 

Properties of current-edited file.

Definition at line 390 of file dcc.cpp.

Referenced by s_fs().

string s_dcc_client::s_fs::name
 

Name of the file.

Definition at line 389 of file dcc.cpp.

Referenced by s_fs().

s_access s_dcc_client::s_fs::new_access
 

Current-edited access rights.

Definition at line 392 of file dcc.cpp.

Referenced by s_fs().


The documentation for this struct was generated from the following file:
Generated on Sun Jul 10 05:45:47 2005 for VooDoo cIRCle by doxygen 1.4.3

Hosted by SourceForge.net Logo