ROSE 0.11.145.147
Public Attributes | List of all members
SageInterface::const_int_expr_t Struct Reference

Description

The datastructure is used as the return type for SageInterface::evaluateConstIntegerExpression(). One needs to always check whether hasValue_ is true before accessing value_

Definition at line 2958 of file sageInterface.h.

#include <sageInterface/sageInterface.h>

Public Attributes

size_t value_
 
bool hasValue_
 

Member Data Documentation

◆ value_

size_t SageInterface::const_int_expr_t::value_

Definition at line 2959 of file sageInterface.h.

◆ hasValue_

bool SageInterface::const_int_expr_t::hasValue_

Definition at line 2960 of file sageInterface.h.


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