MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / string

Class string

src/OpenFOAM/primitives/strings/string/string.H:65–65  ·  view source on GitHub ↗

Forward declaration of friend functions and operators

Source from the content-addressed store, hash-verified

63
64// Forward declaration of friend functions and operators
65class string;
66Istream& operator>>(Istream&, string&);
67Ostream& operator<<(Ostream&, const string&);
68Ostream& operator<<(Ostream&, const std::string&);

Callers 7

stringIO.CFile · 0.70
stringOps.CFile · 0.50
wordIO.CFile · 0.50
fileNameIO.CFile · 0.50
fileName.CFile · 0.50
SwitchMethod · 0.50
CSV.CFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected