Free Electron
KatanaContext.h
Go to the documentation of this file.
1 /* Copyright (C) 2003-2021 Free Electron Organization
2  Any use of this software requires a license. If a valid license
3  was not distributed with this file, visit freeelectron.org. */
4 
5 /** @file */
6 
7 #ifndef __katana_KatanaContext_h__
8 #define __katana_KatanaContext_h__
9 namespace fe
10 {
11 namespace ext
12 {
13 
14 /**************************************************************************//**
15  @brief shared FE context for Katana plugins
16 
17  @ingroup katana
18 *//***************************************************************************/
20 {
21  public:
22  KatanaContext(void)
23  {
24  m_libEnvVar="FE_KATANA_LIBS";
25  m_libDefault="fexKatanaDL";
26 
27  }
28 virtual ~KatanaContext(void) {}
29 };
30 
31 } /* namespace ext */
32 } /* namespace fe */
33 
34 #endif /* __katana_KatanaContext_h__ */
shared FE context for Katana plugins
Definition: KatanaContext.h:19
kernel
Definition: namespace.dox:3
shared FE context for Operator plugins
Definition: OperatorContext.h:23