Represents information about c++ libraries, such as the version and language identifier. This class cannot be inherited.
Constructors | |
| cpp_language (uint32 cpp) noexcept | |
| Initialize a new instance of xtd::cpp_language class. More... | |
Properties | |
| bool | is_experimental_language () const noexcept |
| Gets if is experimental language. More... | |
| bool | is_supported () const noexcept |
| Gets if is supported by xtd. More... | |
| language_id | language () const noexcept |
| Gets lagnguage id. More... | |
| language_id | experimental_language () const noexcept |
| Gets experimental language id. More... | |
| int32 | month () const noexcept |
| Gets the month when the cpp language was released. More... | |
| xtd::ustring | name () const noexcept |
| Gets the offical name of the cpp language. More... | |
| uint32 | value () const noexcept |
| Gets the value of cpp language. More... | |
| xtd::ustring | version_string () const noexcept |
| Gets the version string of cpp language. More... | |
| xtd::version | version () const noexcept |
| Gets The version of cpp language. More... | |
| int32 | year () const noexcept |
| Gets the year when the cpp language was released. More... | |
Methods | |
| xtd::ustring | to_string () const noexcept override |
| Converts the value of this operating_system object to its equivalent string representation. More... | |
Additional Inherited Members | |
Public Member Functions inherited from xtd::object | |
| object ()=default | |
| Create a new instance of the ultimate base class object. More... | |
| bool | equals (const object &obj) const noexcept |
| Determines whether the specified object is equal to the current object. More... | |
| virtual size_t | get_hash_code () const noexcept |
| Serves as a hash function for a particular type. More... | |
| virtual type_object | get_type () const noexcept |
| Gets the type of the current instance. More... | |
| template<typename object_t > | |
| std::unique_ptr< object_t > | memberwise_clone () const noexcept |
| Creates a shallow copy of the current object. More... | |
Static Public Member Functions inherited from xtd::object | |
| static bool | equals (const object &object_a, const object &object_b) noexcept |
| Determines whether the specified object instances are considered equal. More... | |
| static bool | reference_equals (const object &object_a, const object &object_b) noexcept |
| Determines whether the specified object instances are the same instance. More... | |
|
explicitnoexcept |
Initialize a new instance of xtd::cpp_language class.
|
noexcept |
Gets experimental language id.
|
noexcept |
Gets if is experimental language.
|
noexcept |
Gets if is supported by xtd.
|
noexcept |
Gets lagnguage id.
|
noexcept |
Gets the month when the cpp language was released.
|
noexcept |
Gets the offical name of the cpp language.
|
overridevirtualnoexcept |
Converts the value of this operating_system object to its equivalent string representation.
Reimplemented from xtd::object.
|
noexcept |
Gets the value of cpp language.
|
noexcept |
Gets The version of cpp language.
|
noexcept |
Gets the version string of cpp language.
|
noexcept |
Gets the year when the cpp language was released.