uzuki2
Recovering R lists faithfully from HDF5 or JSON
Loading...
Searching...
No Matches
Public Member Functions | List of all members
uzuki2::BooleanVector Struct Referenceabstract

Interface for a boolean vector. More...

#include <interfaces.hpp>

Inheritance diagram for uzuki2::BooleanVector:
Inheritance graph
[legend]
Collaboration diagram for uzuki2::BooleanVector:
Collaboration graph
[legend]

Public Member Functions

Type type () const
 
virtual void set (size_t i, bool v)=0
 
- Public Member Functions inherited from uzuki2::Vector
virtual size_t size () const =0
 
virtual void set_name (size_t i, std::string n)=0
 
virtual void set_missing (size_t i)=0
 

Detailed Description

Interface for a boolean vector.

Member Function Documentation

◆ set()

virtual void uzuki2::BooleanVector::set ( size_t  i,
bool  v 
)
pure virtual

Set a vector element.

Parameters
iIndex of a vector element.
vValue of the vector element.

◆ type()

Type uzuki2::BooleanVector::type ( ) const
inlinevirtual
Returns
The data type.

Implements uzuki2::Base.


The documentation for this struct was generated from the following file: