Specifications

CAVR-4
246
IAR DLIB Library
AVR® IAR C/C++ Compiler
Reference Guide
C++ HEADER FILES
This section lists the C++ header files.
Embedded C++
The following table lists the Embedded C++ header files:
The following table lists additional C++ header files:
Header file Usage
complex Defining a class that supports complex arithmetic
exception Defining several functions that control exception handling
fstream Defining several I/O streams classes that manipulate external files
iomanip Declaring several I/O streams manipulators that take an argument
ios Defining the class that serves as the base for many I/O streams classes
iosfwd Declaring several I/O streams classes before they are necessarily defined
iostream Declaring the I/O streams objects that manipulate the standard streams
istream Defining the class that performs extractions
new Declaring several functions that allocate and free storage
ostream Defining the class that performs insertions
sstream Defining several I/O streams classes that manipulate string containers
stdexcept Defining several classes useful for reporting exceptions
streambuf Defining classes that buffer I/O streams operations
string Defining a class that implements a string container
strstream Defining several I/O streams classes that manipulate in-memory character
sequences
Table 74: Embedded C++ header files
Header file Usage
fstream.h Defining several I/O streams classes that manipulate external files
iomanip.h Declaring several I/O streams manipulators that take an argument
iostream.h Declaring the I/O streams objects that manipulate the standard streams
new.h Declaring several functions that allocate and free storage
Table 75: Additional Embedded C++ header files—DLIB