knowL: Knowledge Libraries
Loading...
Searching...
No Matches
knowl
src
knowCore
Interfaces
Iterable.h
1
#pragma once
2
3
namespace
knowCore::Interfaces
4
{
5
template
<
typename
_T_>
6
class
Iterable
7
{
8
public
:
9
virtual
~Iterable
() {}
10
virtual
_T_ next() = 0;
11
};
12
}
knowCore::Interfaces::Iterable
Definition
Iterable.h:7
Generated by
1.12.0