![]() | InDesign SDK 20.5 |
#include <RunInLineStyleList.h>

Additional Inherited Members | |
Public Types inherited from K2Internals::K2VectorBase< T, Allocator > | |
| typedef object_type | data_type |
| typedef T | value_type |
| typedef value_type * | pointer |
| typedef const value_type * | const_pointer |
| typedef value_type * | iterator |
| typedef const value_type * | const_iterator |
| typedef value_type & | reference |
| typedef const value_type & | const_reference |
| typedef uint32 | size_type |
| typedef std::ptrdiff_t | difference_type |
| typedef Allocator | allocator_type |
| typedef K2Reverse_iterator < iterator, value_type, difference_type, pointer, reference > | reverse_iterator |
| typedef K2Reverse_iterator < const_iterator, value_type, difference_type, const_pointer, const_reference > | const_reverse_iterator |
Public Member Functions inherited from K2Vector< RunInLineStyleRule > | |
| K2Vector () | |
| K2Vector (typename K2Allocator< RunInLineStyleRule >::size_type count, const RunInLineStyleRule &value) | |
| K2Vector (const K2Vector &rhs)=default | |
| K2Vector (K2Vector &&rhs) noexcept=default | |
| K2Vector (InputIterator first, InputIterator last, const K2Allocator< RunInLineStyleRule > &a) | |
| K2Vector (InputIterator first, InputIterator last) | |
| K2Vector & | operator= (const K2Vector &rhs)=default |
| K2Vector & | operator= (K2Vector &&rhs) noexcept=default |
| void | swap (K2Vector &other) noexcept |
Static Public Member Functions inherited from K2Vector< RunInLineStyleRule > | |
| static Method | ForceInstantiation (int n) |
A RunInLineStylesList is nothing more than a K2Vector of RunInLineStyleRule. It is held in the ITextAttrLineStyle interface of the kTextAttrLineStylesBoss text attribute.