Mini application server API for C++.

 Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

base
Class CzzPath

string
   |
   +--CzzString
         |
         +--CzzPath

   in zz_path.h

class CzzPath
extends CzzString

Path utility class

Author:
Toni Thomsson, toni@tonjac.org

Constructor Summary
CzzPath( string p )
          Path
CzzPath( const char* p )
          Path
CzzPath( const char* p, size_type n )
          Path
CzzPath()
          Path
virtual ~CzzPath()
          
 
Method Summary
 static CzzString strip( const CzzString& path )
          Strips of the path and returns the filename only
   
Methods inherited from class CzzString
Format, UpperCase, LowerCase
 

Constructor Detail

CzzPath

public CzzPath( string p );
Path
Parameters:
p - Path

CzzPath

public CzzPath( const char* p );
Path
Parameters:
p - Path

CzzPath

public CzzPath( const char* p, size_type n );
Path
Parameters:
p - Path
n - Size of p

CzzPath

public CzzPath();
Path

~CzzPath

public virtual ~CzzPath();


Method Detail

strip

public static CzzString strip( const CzzString& path );
Strips of the path and returns the filename only
Parameters:
path - Path

 Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD