| Rapicorn - Experimental UI Toolkit - Source Code
    13.07.0
    | 
Structure identifying an index span. More...
#include <interfaces.idl>
| Public Member Functions | |
| std::string | __aida_type_name__ () const | 
| Rapicorn::Aida::TypeCode | __aida_type_code__ () const | 
| bool | operator== (const UpdateSpan &other) const | 
| bool | operator!= (const UpdateSpan &other) const | 
| void | operator<<= (Rapicorn::Aida::Any &any) | 
| UpdateSpan (int _start, int _length) | |
| Public Attributes | |
| int32 | start | 
| Start of the span. | |
| int32 | length | 
| Length of the span. | |
| Friends | |
| void | operator<<= (Rapicorn::Aida::Any &any, const UpdateSpan &rec) | 
Structure identifying an index span.
Specification of a span with start position and extent length. The upper bound is retrieved by start + length.
 1.7.6.1
 1.7.6.1