~ubuntu-branches/ubuntu/trusty/c++-annotations/trusty-proposed

« back to all changes in this revision

Viewing changes to yo/polymorphism/protectedstreambuf.yo

  • Committer: Package Import Robot
  • Author(s): Frank B. Brokken
  • Date: 2013-05-30 13:32:18 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20130530133218-k39mr5uredd093jr
Tags: 9.7.2-1
New upstream release, repairs several minor left-over flaws.
This release incorporates 9.7.0 and 9.7.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
understanding and using tt(streambuf) objects. Although there are both
3
3
protected i(data members) and protected i(member functions) defined in the
4
4
tt(class streambuf) the protected em(data) members are not mentioned here as
5
 
using them would violates the principle of emi(data hiding). As
 
5
using them would violate the principle of emi(data hiding). As
6
6
tt(streambuf)'s set of member functions is quite extensive, it is hardly ever
7
7
necessary to use its data members directly. The following subsections do not
8
8
even list all protected member functions but only those are covered that are