Mini application server API for C++.
base
Class CzzPath
string
|
+--CzzString
|
+--CzzPath
in zz_path.h
- class CzzPath
- extends CzzString
Path utility class
- Author:
- Toni Thomsson, toni@tonjac.org
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();
strip
public static CzzString strip( const CzzString& path );
- Strips of the path and returns the filename only
- Parameters:
path - Path