OSSIA
Open Scenario System for Interactive Application
Loading...
Searching...
No Matches
value_conversion.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <ossia/detail/config.hpp>
3
4
#include <ossia/network/common/parameter_properties.hpp>
5
6
#include <vector>
7
11
namespace
ossia
12
{
13
class
value;
20
template
<
typename
T>
21
OSSIA_EXPORT T convert(
const
ossia::value
& val);
22
23
template
<
typename
T>
24
OSSIA_EXPORT T convert(
const
T& cur,
const
ossia::value
& val);
25
29
template
<
typename
T>
30
OSSIA_EXPORT T convert(
const
std::vector<ossia::value>& val);
31
32
OSSIA_EXPORT
ossia::value
convert(
const
ossia::value
& val,
ossia::val_type
newtype);
33
OSSIA_EXPORT
ossia::value
convert(
const
ossia::value
& val,
const
ossia::value
& cur);
34
35
OSSIA_EXPORT
void
convert_inplace(
ossia::value
& val,
ossia::val_type
newtype);
36
OSSIA_EXPORT
void
convert_inplace(
ossia::value
& val,
const
ossia::value
& cur);
37
}
ossia::value
The value class.
Definition
value.hpp:173
ossia
Definition
git_info.h:7
ossia::val_type
val_type
Enum to represent the types that a value can take.
Definition
parameter_properties.hpp:16
src
ossia
network
value
value_conversion.hpp
Generated on Mon Mar 31 2025 23:58:29 for OSSIA by
1.9.8