encoded Class Reference

Collaboration diagram for encoded:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 encoded (std::string news)
 encoded (long long l)
 encoded (const char *news)
 encoded (std::string news, int)

Public Attributes

std::string s


Detailed Description

Definition at line 11 of file zsospnfs.cpp.


Constructor & Destructor Documentation

encoded::encoded ( std::string  news  )  [inline]

Definition at line 13 of file zsospnfs.cpp.

References make_csv_string(), and s.

00013 { s = make_csv_string(news); };

Here is the call graph for this function:

encoded::encoded ( long long  l  )  [inline]

Definition at line 14 of file zsospnfs.cpp.

References make_csv_string(), and s.

00014 { s = make_csv_string(l); };

Here is the call graph for this function:

encoded::encoded ( const char *  news  )  [inline]

Definition at line 15 of file zsospnfs.cpp.

References make_csv_string(), and s.

00015 { s = make_csv_string(news); };

Here is the call graph for this function:

encoded::encoded ( std::string  news,
int   
) [inline]

Definition at line 16 of file zsospnfs.cpp.

References s.

00016 { s = news; };


Member Data Documentation

std::string encoded::s

Definition at line 12 of file zsospnfs.cpp.

Referenced by encoded().


The documentation for this class was generated from the following file:
Generated on Mon Jan 21 12:10:01 2008 for ZSO - Simple Prototype of Network File System by  doxygen 1.5.4