liblloyal
1.0.0
Branched Inference for llama.cpp
Loading...
Searching...
No Matches
boundaries.hpp
Go to the documentation of this file.
1
#pragma once
2
14
#include <memory>
15
16
namespace
lloyal
{
17
namespace
boundaries {
18
22
class
BoundaryTracker
{
23
public
:
24
virtual
~BoundaryTracker
() =
default
;
25
26
// Clone interface required by branch::fork()
27
virtual
std::unique_ptr<BoundaryTracker>
clone
()
const
{
28
return
nullptr
;
// Stub returns nullptr
29
}
30
};
31
32
}
// namespace boundaries
33
}
// namespace lloyal
lloyal::boundaries::BoundaryTracker
Stub BoundaryTracker - does nothing.
Definition
boundaries.hpp:22
lloyal::boundaries::BoundaryTracker::clone
virtual std::unique_ptr< BoundaryTracker > clone() const
Definition
boundaries.hpp:27
lloyal::boundaries::BoundaryTracker::~BoundaryTracker
virtual ~BoundaryTracker()=default
lloyal
Boundary Tracker Stub for OSS liblloyal.
Definition
boundaries.hpp:16
include
lloyal
boundaries.hpp
Generated by
1.9.8