BOSS 6.6.4.p03
BESIII Offline Software System
Loading...
Searching...
No Matches
candidateitr.h
Go to the documentation of this file.
1#ifndef DCHAIN_CANDIDATEITR_H
2#define DCHAIN_CANDIDATEITR_H
3// -*- C++ -*-
4//
5// Package: DChain
6// Module: candidateitr
7//
8// Description: Iterator base
9//
10// Usage:
11// <usage>
12//
13// Author: Simon Patton
14// Created: Wed Sep 11 21:51:25 EDT 1996
15// $Id: candidateitr.h,v 1.1.1.1 2009/03/03 06:06:56 maqm Exp $
16//
17// Revision history
18//
19// $Log: candidateitr.h,v $
20// Revision 1.1.1.1 2009/03/03 06:06:56 maqm
21// first import of DecayChain
22//
23// Revision 1.1 2006/01/11 20:28:19 cdj
24// massive class renaming, addition of [] for selection and unit tests
25//
26//
27
28// system include files
29
30// user include files
31
32// forward declarations
33namespace dchain {
34 namespace candidateitr {
35 typedef int difference_type;
36 typedef unsigned int size_type;
37 }
38}
39
40#endif /* DCHAIN_CANDIDATEITR_H */
unsigned int size_type
Definition: candidateitr.h:36