catchmark(4rheolef) opensolaris man page | unix.com

Man Page: catchmark

Operating Environment: opensolaris

Section: 4rheolef

catchmark(4rheolef)						    rheolef-6.1 					       catchmark(4rheolef)

NAME
catchmark - iostream manipulator
DESCRIPTION
The 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", ...
IMPLEMENTATION
class 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 ALSO
field(2) rheolef-6.1 rheolef-6.1 catchmark(4rheolef)
Related Man Pages
point(2rheolef) - debian
tensor(2rheolef) - debian
shevek_rostring(3) - debian
puzawa(4rheolef) - debian
iostream(3bobcat) - suse
Similar Topics in the Unix Linux Community
Trying to block signal
How to learn UNIX
What does this mean?
Change directory for core file
Grep the 'not running' jobs and will send the update in mail with its name(job)