Query: catchmark
OS: debian
Section: 4rheolef
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
catchmark(4rheolef) rheolef-6.1 catchmark(4rheolef)NAMEcatchmark - iostream manipulatorDESCRIPTIONThe catchmark is used for building labels used for input-output of vector-valued fields (see field(2)): cin >> catchmark("f") >> fh; cout << catchmark("u") << uh << catchmark("w") << wh << catchmark("psi") << psih; Assuming its value for output is "u", the corresponding labels will be "#u0", "#u1", "#u2", ...IMPLEMENTATIONclass catchmark { public: catchmark(const std::string& x); const std::string& mark() const { return _mark; } friend std::istream& operator >> (std::istream& is, const catchmark& m); friend std::ostream& operator << (std::ostream& os, const catchmark& m); protected: std::string _mark; };SEE ALSOfield(2) rheolef-6.1 rheolef-6.1 catchmark(4rheolef)
Related Man Pages |
---|
rheostream(2rheolef) - debian |
tensor(2rheolef) - debian |
iostream(3bobcat) - debian |
index_set(7rheolef) - debian |
numbering(7rheolef) - debian |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
How can I do this in VI editor? |
Weird 'find' results |
How to copy a column of multiple files and paste into new excel file (next to column)? |