mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-16 00:45:07 +03:00
ipa: libipa: vector: Drop readYaml() function
Now that YAML deserialization of Vector instances is supported through YamlObject::get(), remove the Vector::readYaml() function. It turns out not to be used. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
64ed07d4d0
commit
454bc6129f
2 changed files with 0 additions and 36 deletions
|
@ -40,19 +40,6 @@ namespace ipa {
|
|||
* The size of \a data must be equal to the dimension size Rows of the vector.
|
||||
*/
|
||||
|
||||
/**
|
||||
* \fn Vector::readYaml
|
||||
* \brief Populate the vector with yaml data
|
||||
* \param yaml Yaml data to populate the vector with
|
||||
*
|
||||
* Any existing data in the vector will be overwritten. The size of the data
|
||||
* read from \a yaml must be equal to the dimension size Rows of the vector.
|
||||
*
|
||||
* The yaml data is expected to be a list with elements of type T.
|
||||
*
|
||||
* \return 0 on success, negative error code otherwise
|
||||
*/
|
||||
|
||||
/**
|
||||
* \fn T Vector::operator[](size_t i) const
|
||||
* \brief Index to an element in the vector
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue