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 | |
| bool | is_experimental_language () const noexcept |
| Gets if is experimental language. | |
| bool | is_supported () const noexcept |
| Gets if is supported by xtd. | |
| language_id | language () const noexcept |
| Gets lagnguage id. | |
| language_id | experimental_language () const noexcept |
| Gets experimental language id. | |
| int32 | month () const noexcept |
| Gets the month when the cpp language was released. | |
| xtd::string | name () const noexcept |
| Gets the offical name of the cpp language. | |
| uint32 | value () const noexcept |
| Gets the value of cpp language. | |
| xtd::string | version_string () const noexcept |
| Gets the version string of cpp language. | |
| xtd::version | version () const noexcept |
| Gets The version of cpp language. | |
| int32 | year () const noexcept |
| Gets the year when the cpp language was released. | |
Public Methods | |
| xtd::size | get_hash_code () const noexcept override |
| Serves as a hash function for a particular type. | |
| xtd::string | to_string () const noexcept 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<class object_t> | |
| xtd::unique_ptr_object< object_t > | memberwise_clone () const |
| Creates a shallow copy of 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. | |
|
explicitnoexcept |
Initialize a new instance of xtd::cpp_language class.
|
noexcept |
Gets if is experimental language.
true if is experimental language; otherwise false.
|
noexcept |
Gets if is supported by xtd.
true is supported by xtd; otherwise false.
|
noexcept |
Gets lagnguage id.
|
noexcept |
Gets experimental language id.
|
noexcept |
Gets the month when the cpp language was released.
|
noexcept |
Gets the offical name of the cpp language.
|
noexcept |
Gets the value of cpp language.
|
noexcept |
Gets the version string of cpp language.
|
noexcept |
Gets The version of cpp language.
|
noexcept |
Gets the year when the cpp language was released.
|
overridevirtualnoexcept |
Serves as a hash function for a particular type.
Reimplemented from xtd::object.
|
overridevirtualnoexcept |
Converts the value of this operating_system object to its equivalent string representation.
Reimplemented from xtd::object.