Lorum ipsum
A test of collaboration diagrams
Main Page
Classes
Files
File List
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
:
35
int
_aProtectedAttribute
;
36
37
private
:
41
Bar
_aBarReference;
42
};
Foo
Lorum ipsum...
Definition:
Foo.hpp:21
Foo::_aProtectedAttribute
int _aProtectedAttribute
Lorum ipsum...
Definition:
Foo.hpp:35
Foo::Foo
Foo(int foobar)
Lorum ipsum...
Definition:
Foo.cpp:19
Bar
Lorum ipsum.
Definition:
Bar.hpp:19
Foo.hpp
Generated on Fri Apr 22 2016 15:53:51 for Lorum ipsum by
1.8.11