UniRec
3.2.0
|
Provides a view into a UniRec record. More...
#include "unirecArray.hpp"
#include "unirecTypeTraits.hpp"
#include "unirecTypes.hpp"
#include <cstddef>
#include <exception>
#include <numeric>
#include <string>
#include <type_traits>
#include <unirec/unirec.h>
Go to the source code of this file.
Data Structures | |
class | Nemea::UnirecRecordView |
Provides a view into a UniRec record. More... | |
Namespaces | |
Nemea | |
Provides a view into a UniRec record.
This file contains the declaration of the UnirecRecordView
class, which offers a lightweight way to access and inspect the contents of a UniRec record. It provides methods for retrieving field values as various types, including arrays, strings, and other fundamental types. The class does not own the record data and is intended for read-only operations.
SPDX-License-Identifier: BSD-3-Clause
Definition in file unirecRecordView.hpp.