OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
StateFactoryBase.h
Go to the documentation of this file.
1 #ifndef ossimStateFactoryBase_HEADER
2 #define ossimStateFactoryBase_HEADER 1
5 
6 namespace ossim
7 {
8  template< class T >
10  {
11  public:
13  virtual T createState(const ossimKeywordlist& kwl,
14  const ossimString& prefix="")const=0;
15  virtual T createState(const ossimString& typeName)const=0;
16  };
17 }
18 
19 #endif
Represents serializable keyword/value map.
This code was derived from https://gist.github.com/mshockwave.
Definition: Barrier.h:8
#define OSSIM_DLL