#include "vuString.h"
#include <iostream.h>
#include <string.h>
#include <stdio.h>
Include dependency graph for vuString.cpp:
Go to the source code of this file.
Functions | |
ostream & | operator<< (ostream &os, const vuString &rhs) |
vuString | operator+ (const char *str, const vuString &rhs) |
|
This concatenates the two strings together and returns the concatentated string. Definition at line 267 of file vuString.cpp. |
|
Definition at line 261 of file vuString.cpp. References vuString::m_Data. |