Mobile API Reference  MicroStrategy 2019
Initializer.h
Go to the documentation of this file.
1 //==============================================================================================
2 // FILENAME : Initializer.h
3 // AUTHOR : Fangyao Ma
4 // CREATION : 2008-05-15
5 // Copyright (C) MicroStrategy Incorporated 2008
6 // All Rights Reserved
7 //==============================================================================================
8 #ifndef MsiChart_Initializer_h
9 #define MsiChart_Initializer_h
10 
11 #include "ChartEngine.h"
12 
13 namespace MsiChart
14 {
16  {
17  public:
18  Initializer();
19  Initializer(bool iYatiTest);
20  ~Initializer() throw();
21  private:
22  bool mYatiTest;
23 
24  };
25 
26 
27 }
28 
29 
30 #endif
#define CHARTENGINE_API
Definition: Dataset.h:22
Definition: Initializer.h:15
Definition: ABLPlot.h:21