Edinburgh Speech Tools  2.1-release
EST_Pathname_win32.cc File Reference
#include <cstdio>
#include "EST_System.h"
#include "EST_Pathname.h"
Include dependency graph for EST_Pathname_win32.cc:

Go to the source code of this file.

Functions

EST_Pathname operator+ (const EST_Pathname p, const EST_Pathname addition)
 
EST_Pathname operator+ (const char *p, const EST_Pathname addition)
 
EST_Pathnameoperator+= (EST_Pathname p, const EST_Pathname addition)
 
EST_Pathnameoperator+= (EST_Pathname p, const EST_String addition)
 

Function Documentation

EST_Pathname operator+ ( const EST_Pathname  p,
const EST_Pathname  addition 
)

Definition at line 191 of file EST_Pathname_win32.cc.

EST_Pathname operator+ ( const char *  p,
const EST_Pathname  addition 
)

Definition at line 194 of file EST_Pathname_win32.cc.

EST_Pathname& operator+= ( EST_Pathname  p,
const EST_Pathname  addition 
)

Definition at line 197 of file EST_Pathname_win32.cc.

EST_Pathname& operator+= ( EST_Pathname  p,
const EST_String  addition 
)

Definition at line 199 of file EST_Pathname_win32.cc.