|
|
using | boolean_type |
|
using | floating_point_type |
|
using | integer_type |
|
using | mapping_type |
|
using | nodes_collection |
|
using | null_type |
|
using | sequence_type |
|
using | string_type |
|
|
| yaml (const nodes_collection &nodes) |
|
| yaml (nodes_collection &&nodes) |
|
| yaml (const yaml &)=default |
|
| yaml (yaml &&)=default |
|
yaml & | operator= (const yaml &)=default |
|
yaml & | operator= (yaml &&)=default |
|
|
auto | nodes () const noexcept -> const nodes_collection & |
|
auto | nodes () noexcept -> nodes_collection & |
|
auto | nodes (const nodes_collection &nodes) noexcept -> void |
|
|
template<class type_t> |
| auto | as (const xtd::string &key) const -> type_t |
|
auto | as_boolean (const xtd::string &key) const -> boolean_type |
|
auto | as_integer (const xtd::string &key) const |
|
auto | as_floating_point (const xtd::string &key) const -> floating_point_type |
|
auto | as_mapping (const xtd::string &key) const -> mapping_type |
|
auto | as_null (const xtd::string &key) const -> null_type |
|
auto | as_sequence (const xtd::string &key) const -> sequence_type |
|
auto | as_string (const xtd::string &key) const -> string_type |
|
auto | contains_key (const xtd::string &key) const noexcept -> bool |
|
template<class type_t> |
| auto | is (const xtd::string &key) const -> bool |
|
auto | is_boolean (const xtd::string &key) const noexcept -> bool |
|
auto | is_integer (const xtd::string &key) const noexcept -> bool |
|
auto | is_floating_point (const xtd::string &key) const noexcept -> bool |
|
auto | is_mapping (const xtd::string &key) const -> bool |
|
auto | is_null (const xtd::string &key) const noexcept -> bool |
|
auto | is_sequence (const xtd::string &key) const -> bool |
|
auto | is_string (const xtd::string &key) const noexcept -> bool |
|
| | object ()=default |
| | Create a new instance of the ultimate base class object.
|
| virtual bool | equals (const object &obj) const noexcept |
| | Determines whether the specified object is equal to the current object.
|
| virtual xtd::size | get_hash_code () const noexcept |
| | Serves as a hash function for a particular type.
|
| virtual type_object | get_type () const noexcept |
| | Gets the type of the current instance.
|
| template<class object_t> |
| xtd::unique_ptr_object< object_t > | memberwise_clone () const |
| | Creates a shallow copy of the current object.
|
| virtual xtd::string | to_string () const |
| | Returns a xtd::string that represents the current object.
|
| template<class object_a_t, class object_b_t> |
| static bool | equals (const object_a_t &object_a, const object_b_t &object_b) noexcept |
| | Determines whether the specified object instances are considered equal.
|
| template<class object_a_t, class object_b_t> |
| static bool | reference_equals (const object_a_t &object_a, const object_b_t &object_b) noexcept |
| | Determines whether the specified object instances are the same instance.
|
The documentation for this class was generated from the following file:
- xtd.core/include/xtd/serialization/yaml.hpp