icedb  version 0.5.1
Snow particle scattering database API
optionsForwards.hpp
Go to the documentation of this file.
1 #pragma once
2 #include "defs.h"
3 #include <memory>
4 
5 namespace icedb {
6  namespace registry {
7  class options_inner;
8  class options;
9  typedef std::shared_ptr<options> options_ptr;
10  typedef std::shared_ptr<const options> const_options_ptr;
11  }
12 }
std::shared_ptr< options > options_ptr
std::shared_ptr< const options > const_options_ptr