opensolaris man page for catchmark

Query: catchmark

OS: opensolaris

Section: 4rheolef

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
branch(2rheolef) - debian
point(2rheolef) - debian
rheostream(2rheolef) - debian
quadrature(7rheolef) - debian
iostream(3bobcat) - centos
Similar Topics in the Unix Linux Community
What does this mean?
PHP Man Pages Now Available (Over 10,000)
Study UNIX Kernel
Free Sun Blade 2k, Ultra 2, Ross Hyperstation 30, cards, memory- Baltimore, MD
What's legal and what's not?