xtd 0.2.0
Loading...
Searching...
No Matches
language_id.h File Reference
#include "enum.h"

Definition

Contains xtd::language_id enum class.

Go to the source code of this file.

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Enumerations

enum class  xtd::language_id {
  xtd::language_id::unknown ,
  xtd::language_id::cpp_pre98 ,
  xtd::language_id::cpp98 ,
  xtd::language_id::cpp11 ,
  xtd::language_id::cpp14 ,
  xtd::language_id::cpp17 ,
  xtd::language_id::cpp20 ,
  xtd::language_id::cpp23 ,
  xtd::language_id::cpp26 ,
  xtd::language_id::cpp29
}
 Identifies the c++ language used by assembly. More...