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

« back to all changes in this revision

Viewing changes to yo/classes/arguments.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:
4
4
 
5
5
For the class tt(Person) a constructor expecting three strings and a
6
6
tt(size_t) might be useful. Representing, respectively, the
7
 
person's name, address, phone number and mass. This constructor is:
 
7
person's name, address, phone number and mass. This constructor is (but see
 
8
also section ref(MemberInitializers)):
8
9
        verb(
9
10
    Person::Person(string const &name, string const &address,
10
11
                   string const &phone, size_t mass)