fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Formatted/SrcLib/abc/fwA/include/fwA/Aa.hpp
1
/* ***** BEGIN LICENSE BLOCK *****
2
* FW4SPL - Copyright (C) IRCAD, 2009-2999.
3
* Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4
* published by the Free Software Foundation.
5
* ****** END LICENSE BLOCK ****** */
6
7
#ifndef __FWA_AA_HPP__
8
#define __FWA_AA_HPP__
9
10
#include "fwA/Ab.hpp"
11
12
#include <fwB/fwB.hpp>
13
14
#include <fwC/fwC.hpp>
15
16
namespace
fwA
17
{
18
19
class
AA_CLASS_API
Aa
20
{
21
22
public
:
23
24
AA_API
Aa
(
int
& argc,
char
** argv);
25
26
AA_API
bool
doSomething();
27
28
private
:
29
30
Ab
m_Ab;
31
32
bool
doSomethingPrivately();
33
};
34
35
}
// namespace fwA
36
37
#endif // __FWA_AA_HPP__
fwA::Aa
Definition:
Formatted/SrcLib/abc/fwA/include/fwA/Aa.hpp:19
fwA::Ab
Definition:
Formatted/SrcLib/abc/fwA/include/fwA/Ab.hpp:13
fwA
Definition:
Formatted/SrcLib/abc/fwA/include/fwA/Aa.hpp:16
fw4spl-git
hooks
unittest
data
Codingstyle
Formatted
SrcLib
abc
fwA
include
fwA
Aa.hpp
Generated on Wed Sep 5 2018 12:47:35 for fw4spl by
1.8.11