# QairtApi

Note

Some methods in this module are not yet implemented in the current release
and will raise an exception if called. See the C API for full functionality.

`QairtApi.hpp` is the top-level convenience header that includes all other
QAIRT C++ API headers. It does not define any symbols of its own.

To use the QAIRT C++ API, include this header in your application:

#include "QairtCppApi/QairtApi.hpp"
    Copy to clipboard

See the individual sections below for the full API reference.

## Exception

- class Exception : public std::exception

    -

Last Published: Jun 04, 2026

[Previous Topic
C++ API](https://docs.qualcomm.com/bundle/publicresource/80-63442-10/topics/index_cpp-api.md) [Next Topic
QairtContext](https://docs.qualcomm.com/bundle/publicresource/80-63442-10/topics/cpp-api_QairtContext.md)