InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
RunInStyleList Class Reference

#include <RunInStyleList.h>

Inheritance diagram for RunInStyleList:
K2Vector< RunInStyleRule >K2Internals::K2VectorBase< T, Allocator >

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< RunInStyleRule >
 K2Vector ()
 
 K2Vector (typename K2Allocator< RunInStyleRule >::size_type count, const RunInStyleRule &value)
 
 K2Vector (const K2Vector &rhs)=default
 
 K2Vector (K2Vector &&rhs) noexcept=default
 
 K2Vector (InputIterator first, InputIterator last, const K2Allocator< RunInStyleRule > &a)
 
 K2Vector (InputIterator first, InputIterator last)
 
K2Vectoroperator= (const K2Vector &rhs)=default
 
K2Vectoroperator= (K2Vector &&rhs) noexcept=default
 
void swap (K2Vector &other) noexcept
 
- Static Public Member Functions inherited from K2Vector< RunInStyleRule >
static Method ForceInstantiation (int n)
 

Detailed Description

A RunInStyleList is nothing more than a K2Vector of RunInStyleRules

See Also
RunInStyleRule