clang  3.7.0
Public Member Functions | Public Attributes | List of all members
CompleteObject Struct Reference
Collaboration diagram for CompleteObject:
[legend]

Public Member Functions

 CompleteObject ()
 
 CompleteObject (APValue *Value, QualType Type)
 
 operator bool () const
 

Public Attributes

APValueValue
 The value of the complete object. More...
 
QualType Type
 The type of the complete object. More...
 

Detailed Description

A handle to a complete object (an object that is not a subobject of another object).

Definition at line 2164 of file ExprConstant.cpp.

Constructor & Destructor Documentation

CompleteObject::CompleteObject ( )
inline

Definition at line 2170 of file ExprConstant.cpp.

CompleteObject::CompleteObject ( APValue Value,
QualType  Type 
)
inline

Definition at line 2171 of file ExprConstant.cpp.

Member Function Documentation

CompleteObject::operator bool ( ) const
inlineexplicit

Definition at line 2176 of file ExprConstant.cpp.

References Value.

Member Data Documentation

QualType CompleteObject::Type

The type of the complete object.

Definition at line 2168 of file ExprConstant.cpp.

Referenced by findSubobject().

APValue* CompleteObject::Value

The value of the complete object.

Definition at line 2166 of file ExprConstant.cpp.

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


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