#include </home/runner/work/metall/metall/include/metall/object_attribute_accessor.hpp>
|
using | size_type = typename object_directory_type::size_type |
|
using | name_type = typename object_directory_type::name_type |
|
using | offset_type = typename object_directory_type::offset_type |
|
using | length_type = typename object_directory_type::length_type |
|
using | description_type = typename object_directory_type::description_type |
|
using | const_iterator = typename object_directory_type::const_iterator |
|
template<typename _offset_type, typename _size_type>
class metall::anonymous_object_attr_accessor< _offset_type, _size_type >
- Template Parameters
-
◆ size_type
template<typename _offset_type , typename _size_type >
◆ name_type
template<typename _offset_type , typename _size_type >
◆ offset_type
template<typename _offset_type , typename _size_type >
◆ length_type
template<typename _offset_type , typename _size_type >
◆ description_type
template<typename _offset_type , typename _size_type >
◆ const_iterator
template<typename _offset_type , typename _size_type >
◆ anonymous_object_attr_accessor() [1/4]
template<typename _offset_type , typename _size_type >
◆ anonymous_object_attr_accessor() [2/4]
template<typename _offset_type , typename _size_type >
◆ anonymous_object_attr_accessor() [3/4]
template<typename _offset_type , typename _size_type >
◆ anonymous_object_attr_accessor() [4/4]
template<typename _offset_type , typename _size_type >
◆ operator=() [1/2]
template<typename _offset_type , typename _size_type >
◆ operator=() [2/2]
template<typename _offset_type , typename _size_type >
◆ good()
template<typename _offset_type , typename _size_type >
Returns if the internal state is good.
- Returns
- Returns true if good; otherwise, false.
◆ num_objects()
template<typename _offset_type , typename _size_type >
Returns the number of objects in the directory.
- Returns
- Returns the number of objects in the directory.
◆ begin()
template<typename _offset_type , typename _size_type >
Returns a const iterator that points the beginning of stored object attribute.
- Returns
- Returns a const iterator that points the beginning of stored object attribute.
◆ end()
template<typename _offset_type , typename _size_type >
Returns a const iterator that points the end of stored object attribute.
- Returns
- Returns a const iterator that points the end of stored object attribute.
◆ set_description()
template<typename _offset_type , typename _size_type >
Sets an description. An existing one is overwrite.
- Parameters
-
position | An iterator to an object. |
description | A description string in description_type. |
- Returns
- Returns true if a description is set (stored) successfully. Otherwise, false.
The documentation for this class was generated from the following file: