cprover
cpp_id.cpp File Reference

C++ Language Type Checking. More...

#include "cpp_id.h"
#include <ostream>
#include "cpp_scope.h"
Include dependency graph for cpp_id.cpp:

Go to the source code of this file.

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.cpp.

Function Documentation

§ operator<<() [1/2]

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

Definition at line 100 of file cpp_id.cpp.

References cpp_idt::print().

§ operator<<() [2/2]