xtd 0.2.0
language_id.h File Reference
#include "enum.h"

Definition

Contains xtd::language_id enum class.

Include dependency graph for language_id.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Enumerations

enum  xtd::language_id {
  xtd::language_id::unknown = -1,
  xtd::language_id::cpp_pre98 = 0,
  xtd::language_id::cpp98,
  xtd::language_id::cpp11,
  xtd::language_id::cpp14,
  xtd::language_id::cpp17,
  xtd::language_id::cpp20,
  xtd::language_id::cpp23
}
 Identifies the c++ language used by assembly. More...