Nitlanguage.org
  • Nitdoc
  • nitc
  • parser
  • parser_nodes
  • AExternCodeBlock
  • is_cpp

fun is_cpp: Bool

nitc :: AExternCodeBlock :: is_cpp

  • Doc
  • Linearization

Summary

  • Property definitions

  • nitc::cpp$AExternCodeBlock$is_cpp

Property definitions

nitc :: cpp $ AExternCodeBlock :: is_cpp
	fun is_cpp : Bool do return language_name != null and
		(language_name_lowered == "c++" or language_name_lowered.has_prefix("c++ "))
src/ffi/cpp.nit:147,2--148,78
Nit tools. Version .