Lorum ipsum
A test of collaboration diagrams
Foo.hpp
Go to the documentation of this file.
1 /*
2  ***************************************************************************
3  * Copyright (C) Ericsson AB, 2015
4  * The copyright to the computer program(s) herein is the property of
5  * Ericsson AB, Sweden. The program(s) may be used and/or copied only with
6  * the written permission from Ericsson AB or in accordance with the terms
7  * and conditions stipulated in the agreement/contract under which the
8  * program(s) have been supplied.
9  ***************************************************************************
10  */
11 
16 class Bar;
17 
21 class Foo
22 {
23 public:
29  explicit Foo(int foobar);
30 
31 protected:
36 
37 private:
41  Bar _aBarReference;
42 };
Lorum ipsum...
Definition: Foo.hpp:21
int _aProtectedAttribute
Lorum ipsum...
Definition: Foo.hpp:35
Foo(int foobar)
Lorum ipsum...
Definition: Foo.cpp:19
Lorum ipsum.
Definition: Bar.hpp:19