plastimatch
Loading...
Searching...
No Matches
plm_series.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _plm_series_h_
5#define _plm_series_h_
6
7#include "plmbase_config.h"
8
9class Plm_series_private;
10
12{
13public:
14 Plm_series ();
15 ~Plm_series ();
16
17public:
18 Plm_series_private *d_ptr;
19
20public:
21 void debug (void) const;
22};
23
24#endif
Definition plm_series.h:12
~Plm_series()
Definition plm_series.cxx:24
Plm_series()
Definition plm_series.cxx:20
Plm_series_private * d_ptr
Definition plm_series.h:18
void debug(void) const
Definition plm_series.cxx:29