Buffer returns the n slots it has

This commit is contained in:
2018-12-05 14:20:31 +01:00
parent 2ab625c1d7
commit 60023d632b
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -76,4 +76,9 @@ shared_ptr<char> MetadataBuffer::get_metadata_values(string name)
shared_ptr<unordered_map<string, HeaderDataType>> MetadataBuffer::get_header_values_type()
{
return header_values_type;
}
uint64_t MetadataBuffer::get_n_images()
{
return n_images;
}