|
|
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<typename 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<typename 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 auto | equals (const object &obj) const noexcept -> bool |
| | Determines whether the specified object is equal to the current object.
|
| virtual auto | get_hash_code () const noexcept -> xtd::usize |
| | Serves as a hash function for a particular type.
|
| virtual auto | get_type () const noexcept -> type_object |
| | Gets the type of the current instance.
|
| template<typename object_t> |
| auto | memberwise_clone () const -> xtd::unique_ptr_object< object_t > |
| | Creates a shallow copy of the current object.
|
| virtual auto | to_string () const -> xtd::string |
| | Returns a xtd::string that represents the current object.
|
| template<typename object_a_t, typename object_b_t> |
| static auto | equals (const object_a_t &object_a, const object_b_t &object_b) noexcept -> bool |
| | Determines whether the specified object instances are considered equal.
|
| template<typename object_a_t, typename object_b_t> |
| static auto | reference_equals (const object_a_t &object_a, const object_b_t &object_b) noexcept -> bool |
| | 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