IDL compiler front-end library
Namespaces | Enumerations | Functions
BasicType.h File Reference

Go to the source code of this file.

Namespaces

 AST
 Abstract Syntax Tree namespace.
 

Enumerations

enum class  AST::BasicType {
  AST::BOOLEAN , AST::OCTET , AST::CHAR , AST::WCHAR ,
  AST::USHORT , AST::ULONG , AST::ULONGLONG , AST::SHORT ,
  AST::LONG , AST::LONGLONG , AST::FLOAT , AST::DOUBLE ,
  AST::LONGDOUBLE , AST::OBJECT , AST::VALUE_BASE , AST::ANY
}
 CORBA basic type enumeration. More...
 

Functions

bool AST::is_integral (BasicType bt) noexcept
 
bool AST::is_signed (BasicType bt) noexcept