cprover
cpp_id.h File Reference

C++ Language Type Checking. More...

#include <cassert>
#include <list>
#include <map>
#include <string>
#include <set>
#include <iosfwd>
#include <util/expr.h>
#include <util/invariant.h>
#include <util/std_types.h>
+ Include dependency graph for cpp_id.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cpp_idt
 

Functions

std::ostream & operator<< (std::ostream &out, const cpp_idt &cpp_id)
 
std::ostream & operator<< (std::ostream &out, const cpp_idt::id_classt &id_class)
 

Detailed Description

C++ Language Type Checking.

Definition in file cpp_id.h.

Function Documentation

◆ operator<<() [1/2]

std::ostream& operator<< ( std::ostream &  out,
const cpp_idt cpp_id 
)

Definition at line 94 of file cpp_id.cpp.

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream &  out,
const cpp_idt::id_classt id_class 
)

Definition at line 100 of file cpp_id.cpp.