icedb
version 0.5.1
Snow particle scattering database API
lib
icedb
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
}
defs.h
icedb::registry::options_ptr
std::shared_ptr< options > options_ptr
Definition:
optionsForwards.hpp:8
icedb
Definition:
Attributes.cpp:8
icedb::registry::const_options_ptr
std::shared_ptr< const options > const_options_ptr
Definition:
optionsForwards.hpp:10
icedb::registry::options
Definition:
options.hpp:10
Generated by
1.8.13