Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
DataFormats
Common
interface
IntValues.h
Go to the documentation of this file.
1
#ifndef DataFormats_Common_IntValues_h
2
#define DataFormats_Common_IntValues_h
3
// -*- C++ -*-
4
//
5
// Package: Common
6
// Class : IntValues
7
//
15
//
16
// Original Author: Chris Jones
17
// Created: Wed Oct 31 16:23:41 EDT 2007
18
//
19
20
// system include files
21
22
// user include files
23
24
// forward declarations
25
26
namespace
test_with_dictionaries {
27
struct
IntValue
{
28
int
value_
;
29
IntValue
(
int
iValue):
value_
(iValue) {}
30
};
31
32
struct
IntValue2
:
public
IntValue
{
33
IntValue2
(
int
iValue2):
IntValue
(iValue2) {}
34
};
35
}
36
37
#endif
test_with_dictionaries::IntValue::value_
int value_
Definition:
IntValues.h:28
test_with_dictionaries::IntValue2::IntValue2
IntValue2(int iValue2)
Definition:
IntValues.h:33
test_with_dictionaries::IntValue::IntValue
IntValue(int iValue)
Definition:
IntValues.h:29
test_with_dictionaries::IntValue
Definition:
IntValues.h:27
test_with_dictionaries::IntValue2
Definition:
IntValues.h:32
Generated for CMSSW Reference Manual by
1.8.5