|
Fission FSN
|
#include "fsStr.h"#include <cctype>#include <cstdlib>#include <cstring>#include <sstream>#include <fsCore/src/debug/fsAssert.h>
Functions | |
| fsStr | operator+ (const fsChar *pLHS, const fsStr &pRHS) |
| fsStr | operator+ (const fsStr &pLHS, const fsChar *pRHS) |
| fsBool | operator== (const fsChar *pLHS, const fsStr &pRhs) |
| fsBool | operator!= (const fsChar *pLHS, const fsStr &pRhs) |