clang API Documentation

Public Member Functions | Public Attributes
clang::CFG::BlkExprNumTy Struct Reference

#include <CFG.h>

Collaboration diagram for clang::CFG::BlkExprNumTy:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 BlkExprNumTy (signed idx)
 BlkExprNumTy ()
 operator bool () const
 operator unsigned () const

Public Attributes

const signed Idx

Detailed Description

Definition at line 731 of file CFG.h.


Constructor & Destructor Documentation

clang::CFG::BlkExprNumTy::BlkExprNumTy ( signed  idx) [inline, explicit]

Definition at line 733 of file CFG.h.

clang::CFG::BlkExprNumTy::BlkExprNumTy ( ) [inline, explicit]

Definition at line 734 of file CFG.h.


Member Function Documentation

clang::CFG::BlkExprNumTy::operator bool ( ) const [inline]

Definition at line 735 of file CFG.h.

References Idx.

clang::CFG::BlkExprNumTy::operator unsigned ( ) const [inline]

Definition at line 736 of file CFG.h.

References Idx.


Member Data Documentation

Definition at line 732 of file CFG.h.

Referenced by operator bool(), and operator unsigned().


The documentation for this struct was generated from the following file: