qxLib
|
Go to the source code of this file.
Classes | |
class | qx::base_iterator< container_t > |
Base contiguous iterator with a container pointer and an index. More... | |
class | qx::base_forward_iterator< container_t, derived_t > |
Basic contiguous forward iterator, meaning that incrementing an iterator will lead it moving forward. More... | |
class | qx::base_reverse_iterator< container_t, derived_t > |
Basic contiguous reverse iterator, meaning that incrementing an iterator will lead it moving backward. More... | |
Definition in file base_iterator.h.