UniRec 3.0.0
Loading...
Searching...
No Matches
Data Structures | Namespaces
unirecRecordView.hpp File Reference

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  NemeaPlusPlus::UnirecRecordView
 Provides a view into a UniRec record. More...
 

Namespaces

namespace  NemeaPlusPlus
 

Detailed Description

Provides a view into a UniRec record.

Author
Pavel Siska siska.nosp@m.@ces.nosp@m.net.c.nosp@m.z

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.