matio-cpp v0.3.0
A C++ wrapper of the matio library, with memory ownership handling, to read and write .mat files.
Loading...
Searching...
No Matches
WeakMatvar.h
Go to the documentation of this file.
1#ifndef MATIOCPP_WEAKMATVAR_H
2#define MATIOCPP_WEAKMATVAR_H
3
4/*
5 * Copyright (C) 2020 Fondazione Istituto Italiano di Tecnologia
6 *
7 * This software may be modified and distributed under the terms of the
8 * BSD-2-Clause license (https://opensource.org/licenses/BSD-2-Clause).
9 */
10
14
144
145#endif // MATIOCPP_WEAKMATVAR_H
MultiDimensionalArray is a particular type of Variable specialized for multidimensional arrays of a g...
virtual matvar_t * get() const final
Docs inherited.
WeakMatvar()
Default constructor.
virtual bool isShared() const final
Docs inherited.
~WeakMatvar()
Destructor.
virtual MatvarHandler * pointerToDuplicate() const final
Docs inherited.
virtual bool importMatvar(matvar_t *) final
Docs inherited.
virtual WeakMatvar weakOwnership() const final
Docs inherited.
virtual bool duplicateMatvar(const matvar_t *) final
Docs inherited.
virtual void dropOwnedPointer(matvar_t *previouslyOwnedPointer) final
Docs inherited.
DeleteMode
The delete mode of matvar_t pointers.