plastimatch
Loading...
Searching...
No Matches
plm_study.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_study_h_
5#define _plm_study_h_
6
7#include "plmbase_config.h"
8
9class Plm_study_private;
10
12{
13public:
14 Plm_study ();
15 ~Plm_study ();
16
17public:
18 Plm_study_private *d_ptr;
19
20public:
21 void debug (void) const;
22};
23
24#endif
Definition plm_study.h:12
void debug(void) const
Definition plm_study.cxx:29
Plm_study_private * d_ptr
Definition plm_study.h:18
~Plm_study()
Definition plm_study.cxx:24
Plm_study()
Definition plm_study.cxx:20