cprover
expr_initializert< nondet > Class Template Reference
Inheritance diagram for expr_initializert< nondet >:
[legend]
Collaboration diagram for expr_initializert< nondet >:
[legend]

Public Member Functions

 expr_initializert (const namespacet &_ns, message_handlert &_message_handler)
 
exprt operator() (const typet &type, const source_locationt &source_location)
 
- Public Member Functions inherited from messaget
virtual void set_message_handler (message_handlert &_message_handler)
 
message_handlertget_message_handler ()
 
 messaget ()
 
 messaget (const messaget &other)
 
messagetoperator= (const messaget &other)
 
 messaget (message_handlert &_message_handler)
 
virtual ~messaget ()
 
mstreamtget_mstream (unsigned message_level) const
 
mstreamterror () const
 
mstreamtwarning () const
 
mstreamtresult () const
 
mstreamtstatus () const
 
mstreamtstatistics () const
 
mstreamtprogress () const
 
mstreamtdebug () const
 
void conditional_output (mstreamt &mstream, const std::function< void(mstreamt &)> &output_generator) const
 Generate output to mstream using output_generator if the configured verbosity is at least as high as that of mstream. More...
 

Protected Member Functions

exprt expr_initializer_rec (const typet &type, const source_locationt &source_location)
 

Protected Attributes

const namespacetns
 
- Protected Attributes inherited from messaget
message_handlertmessage_handler
 
mstreamt mstream
 

Additional Inherited Members

- Public Types inherited from messaget
enum  message_levelt {
  M_ERROR =1, M_WARNING =2, M_RESULT =4, M_STATUS =6,
  M_STATISTICS =8, M_PROGRESS =9, M_DEBUG =10
}
 
- Static Public Member Functions inherited from messaget
static unsigned eval_verbosity (const std::string &user_input, const message_levelt default_verbosity, message_handlert &dest)
 Parse a (user-)provided string as a verbosity level and set it as the verbosity of dest. More...
 
static mstreamteom (mstreamt &m)
 
static mstreamtendl (mstreamt &m)
 

Detailed Description

template<bool nondet>
class expr_initializert< nondet >

Definition at line 26 of file expr_initializer.cpp.

Constructor & Destructor Documentation

◆ expr_initializert()

template<bool nondet>
expr_initializert< nondet >::expr_initializert ( const namespacet _ns,
message_handlert _message_handler 
)
inline

Definition at line 29 of file expr_initializer.cpp.

Member Function Documentation

◆ expr_initializer_rec()

◆ operator()()

template<bool nondet>
exprt expr_initializert< nondet >::operator() ( const typet type,
const source_locationt source_location 
)
inline

Member Data Documentation

◆ ns

template<bool nondet>
const namespacet& expr_initializert< nondet >::ns
protected

Definition at line 45 of file expr_initializer.cpp.


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