Represents information about c++ libraries, such as the version and language identifier. This class cannot be inherited.
Public Constructors | |
| cpp_language (int32 cpp) noexcept | |
| Initialize a new instance of xtd::cpp_language class. | |
Public Properties | |
| auto | is_experimental_language () const noexcept -> bool |
| Gets if is experimental language. | |
| auto | is_supported () const noexcept -> bool |
| Gets if is supported by xtd. | |
| auto | language () const noexcept -> language_id |
| Gets lagnguage id. | |
| auto | experimental_language () const noexcept -> language_id |
| Gets experimental language id. | |
| auto | month () const noexcept -> int32 |
| Gets the month when the cpp language was released. | |
| auto | name () const noexcept -> xtd::string |
| Gets the offical name of the cpp language. | |
| auto | value () const noexcept -> uint32 |
| Gets the value of cpp language. | |
| auto | version_string () const noexcept -> xtd::string |
| Gets the version string of cpp language. | |
| auto | version () const noexcept -> xtd::version |
| Gets The version of cpp language. | |
| auto | year () const noexcept -> int32 |
| Gets the year when the cpp language was released. | |
Public Methods | |
| auto | get_hash_code () const noexcept -> xtd::usize override |
| Serves as a hash function for a particular type. | |
| auto | to_string () const noexcept -> xtd::string override |
| Converts the value of this operating_system object to its equivalent string representation. | |
Additional Inherited Members | |
| 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 type_object | get_type () const noexcept |
| Gets the type of the current instance. | |
| template<typename object_t> | |
| xtd::unique_ptr_object< object_t > | memberwise_clone () const |
| Creates a shallow copy of the current object. | |
| template<typename object_a_t, typename 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<typename object_a_t, typename 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. | |
|
explicitnoexcept |
Initialize a new instance of xtd::cpp_language class.
|
nodiscardnoexcept |
Gets if is experimental language.
|
nodiscardnoexcept |
Gets if is supported by xtd.
|
nodiscardnoexcept |
Gets lagnguage id.
|
nodiscardnoexcept |
Gets experimental language id.
|
nodiscardnoexcept |
Gets the month when the cpp language was released.
|
nodiscardnoexcept |
Gets the offical name of the cpp language.
|
nodiscardnoexcept |
Gets the value of cpp language.
|
nodiscardnoexcept |
Gets the version string of cpp language.
|
nodiscardnoexcept |
Gets The version of cpp language.
|
nodiscardnoexcept |
Gets the year when the cpp language was released.
|
nodiscardoverridevirtualnoexcept |
Serves as a hash function for a particular type.
Reimplemented from xtd::object.
|
nodiscardoverridevirtualnoexcept |
Converts the value of this operating_system object to its equivalent string representation.
Reimplemented from xtd::object.