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
3
// SPDX-License-Identifier: Apache-2.0
4
// Copyright 2026 Lloyal Labs
5
17
#include <memory>
18
19
namespace
lloyal
{
20
namespace
boundaries {
21
25
class
BoundaryTracker
{
26
public
:
27
virtual
~BoundaryTracker
() =
default
;
28
29
// Clone interface required by branch::fork()
30
virtual
std::unique_ptr<BoundaryTracker>
clone
()
const
{
31
return
nullptr
;
// Stub returns nullptr
32
}
33
};
34
35
}
// namespace boundaries
36
}
// namespace lloyal
lloyal::boundaries::BoundaryTracker
Stub BoundaryTracker - does nothing.
Definition
boundaries.hpp:25
lloyal::boundaries::BoundaryTracker::clone
virtual std::unique_ptr< BoundaryTracker > clone() const
Definition
boundaries.hpp:30
lloyal::boundaries::BoundaryTracker::~BoundaryTracker
virtual ~BoundaryTracker()=default
lloyal
Boundary Tracker Stub for OSS liblloyal.
Definition
boundaries.hpp:19
include
lloyal
boundaries.hpp
Generated by
1.9.8