class Marker

Defined at line 102 of file ../../zircon/kernel/lib/fbl/include/fbl/paged_view.h

A marker stores the cursor position of a PagedView and the direction of travel, which can be

from the start of the first page to the cursor, or from the cursor to the end of the last page.

Public Methods

bool is_null ()

Defined at line 105 of file ../../zircon/kernel/lib/fbl/include/fbl/paged_view.h

Direction direction ()

Defined at line 106 of file ../../zircon/kernel/lib/fbl/include/fbl/paged_view.h

Enumerations

enum Direction
Name Value
kFromStart 0
kToEnd 0

Defined at line 104 of file ../../zircon/kernel/lib/fbl/include/fbl/paged_view.h

Friends

class PagedView