#include <tiny_gltf.h>
◆ Array
◆ Object
◆ Value() [1/13]
| tinygltf::Value::Value |
( |
| ) |
|
|
default |
◆ Value() [2/13]
| tinygltf::Value::Value |
( |
bool |
b | ) |
|
|
inlineexplicit |
◆ Value() [3/13]
| tinygltf::Value::Value |
( |
int |
i | ) |
|
|
inlineexplicit |
◆ Value() [4/13]
| tinygltf::Value::Value |
( |
double |
n | ) |
|
|
inlineexplicit |
◆ Value() [5/13]
| tinygltf::Value::Value |
( |
const std::string & |
s | ) |
|
|
inlineexplicit |
◆ Value() [6/13]
| tinygltf::Value::Value |
( |
std::string && |
s | ) |
|
|
inlineexplicit |
◆ Value() [7/13]
| tinygltf::Value::Value |
( |
const char * |
s | ) |
|
|
inlineexplicit |
◆ Value() [8/13]
| tinygltf::Value::Value |
( |
const unsigned char * |
p, |
|
|
size_t |
n |
|
) |
| |
|
inlineexplicit |
◆ Value() [9/13]
| tinygltf::Value::Value |
( |
std::vector< unsigned char > && |
v | ) |
|
|
inlineexplicitnoexcept |
◆ Value() [10/13]
| tinygltf::Value::Value |
( |
const Array & |
a | ) |
|
|
inlineexplicit |
◆ Value() [11/13]
| tinygltf::Value::Value |
( |
Array && |
a | ) |
|
|
inlineexplicitnoexcept |
◆ Value() [12/13]
| tinygltf::Value::Value |
( |
const Object & |
o | ) |
|
|
inlineexplicit |
◆ Value() [13/13]
| tinygltf::Value::Value |
( |
Object && |
o | ) |
|
|
inlineexplicitnoexcept |
◆ ArrayLen()
| size_t tinygltf::Value::ArrayLen |
( |
| ) |
const |
|
inline |
◆ Get() [1/4]
template<typename T >
| T& tinygltf::Value::Get |
( |
| ) |
|
◆ Get() [2/4]
template<typename T >
| const T& tinygltf::Value::Get |
( |
| ) |
const |
◆ Get() [3/4]
| const Value& tinygltf::Value::Get |
( |
const std::string & |
key | ) |
const |
|
inline |
◆ Get() [4/4]
| const Value& tinygltf::Value::Get |
( |
size_t |
idx | ) |
const |
|
inline |
◆ GetNumberAsDouble()
| double tinygltf::Value::GetNumberAsDouble |
( |
| ) |
const |
|
inline |
◆ GetNumberAsInt()
| int tinygltf::Value::GetNumberAsInt |
( |
| ) |
const |
|
inline |
◆ Has()
| bool tinygltf::Value::Has |
( |
const std::string & |
key | ) |
const |
|
inline |
◆ IsArray()
| bool tinygltf::Value::IsArray |
( |
| ) |
const |
|
inline |
◆ IsBinary()
| bool tinygltf::Value::IsBinary |
( |
| ) |
const |
|
inline |
◆ IsBool()
| bool tinygltf::Value::IsBool |
( |
| ) |
const |
|
inline |
◆ IsInt()
| bool tinygltf::Value::IsInt |
( |
| ) |
const |
|
inline |
◆ IsNumber()
| bool tinygltf::Value::IsNumber |
( |
| ) |
const |
|
inline |
◆ IsObject()
| bool tinygltf::Value::IsObject |
( |
| ) |
const |
|
inline |
◆ IsReal()
| bool tinygltf::Value::IsReal |
( |
| ) |
const |
|
inline |
◆ IsString()
| bool tinygltf::Value::IsString |
( |
| ) |
const |
|
inline |
◆ Keys()
| std::vector<std::string> tinygltf::Value::Keys |
( |
| ) |
const |
|
inline |
◆ operator==()
◆ Size()
| size_t tinygltf::Value::Size |
( |
| ) |
const |
|
inline |
◆ Type()
| char tinygltf::Value::Type |
( |
| ) |
const |
|
inline |
◆ array_value_
| Array tinygltf::Value::array_value_ |
|
protected |
◆ binary_value_
| std::vector<unsigned char> tinygltf::Value::binary_value_ |
|
protected |
◆ boolean_value_
| bool tinygltf::Value::boolean_value_ = false |
|
protected |
◆ int_value_
| int tinygltf::Value::int_value_ = 0 |
|
protected |
◆ object_value_
| Object tinygltf::Value::object_value_ |
|
protected |
◆ real_value_
| double tinygltf::Value::real_value_ = 0.0 |
|
protected |
◆ string_value_
| std::string tinygltf::Value::string_value_ |
|
protected |
◆ type_
The documentation for this class was generated from the following file: