Main Page
Class Categories
Classes
Namespaces
File List
File Members
exper-sw
cosmosw
AugerSW
Offline
source
main
Documentation
Tutorials
Deprecation
DeprecationDemo.h
Go to the documentation of this file.
1
#ifndef _DeprecationExample_DeprecationDemo_h_
2
#define _DeprecationExample_DeprecationDemo_h_
3
4
namespace
DeprecationExample
{
5
6
class
DeprecationDemo
{
7
public
:
8
void
DontUse
()
const
;
9
void
UseThis
()
const
;
10
private
:
11
};
12
13
14
}
15
16
#endif
DeprecationExample
Example of using the Deprecation package.
DeprecationExample::DeprecationDemo
Definition:
DeprecationDemo.h:6
DeprecationExample::DeprecationDemo::UseThis
void UseThis() const
Definition:
DeprecationDemo.cc:26
DeprecationExample::DeprecationDemo::DontUse
void DontUse() const
Definition:
DeprecationDemo.cc:17
, generated on Tue Sep 26 2023.