Lorum ipsum
A test of collaboration diagrams
Foo.cpp
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 #include "Foo.hpp"
17 #include "Bar.hpp"
18 
19 Foo::Foo(int foobar) : _aProtectedAttribute(foobar), _aBarReference(nullptr)
20 {
21 }
Foo(int foobar)
Lorum ipsum...
Definition: Foo.cpp:19