Fission FSN
Loading...
Searching...
No Matches
fsStr.h File Reference
#include <string>
#include "fsBaseTypes.h"
Include dependency graph for fsStr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fsStr

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)

Function Documentation

◆ operator!=()

fsBool operator!= ( const fsChar * pLHS,
const fsStr & pRhs )

◆ operator+() [1/2]

fsStr operator+ ( const fsChar * pLHS,
const fsStr & pRHS )

◆ operator+() [2/2]

fsStr operator+ ( const fsStr & pLHS,
const fsChar * pRHS )

◆ operator==()

fsBool operator== ( const fsChar * pLHS,
const fsStr & pRhs )