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::string | to_string () const noexcept override | 
| Converts the value of this operating_system object to its equivalent string representation.   | |
Additional Inherited Members | |
  Public Member Functions inherited from xtd::object | |
| 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 size_t | 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<typename object_t > | |
| xtd::uptr< object_t > | memberwise_clone () const | 
| Creates a shallow copy of the current object.   | |
  Static Public Member Functions inherited from xtd::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.
      
  | 
  noexcept | 
Gets if is experimental language.
      
  | 
  noexcept | 
Gets if is supported by xtd.
      
  | 
  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 | 
Converts the value of this operating_system object to its equivalent string representation.
Reimplemented from xtd::object.