liblloyal 1.0.0
Composable primitives for llama.cpp inference
Loading...
Searching...
No Matches
minja::EndGenerationTemplateToken Struct Reference

#include <minja.hpp>

Inheritance diagram for minja::EndGenerationTemplateToken:
minja::TemplateToken

Public Member Functions

 EndGenerationTemplateToken (const Location &loc, SpaceHandling pre, SpaceHandling post)
 
- Public Member Functions inherited from minja::TemplateToken
 TemplateToken (Type type, const Location &location, SpaceHandling pre, SpaceHandling post)
 
virtual ~TemplateToken ()=default
 

Additional Inherited Members

- Public Types inherited from minja::TemplateToken
enum class  Type {
  Text , Expression , If , Else ,
  Elif , EndIf , For , EndFor ,
  Generation , EndGeneration , Set , EndSet ,
  Comment , Macro , EndMacro , Filter ,
  EndFilter , Break , Continue
}
 
- Static Public Member Functions inherited from minja::TemplateToken
static std::string typeToString (Type t)
 
- Public Attributes inherited from minja::TemplateToken
Type type
 
Location location
 
SpaceHandling pre_space = SpaceHandling::Keep
 
SpaceHandling post_space = SpaceHandling::Keep
 

Detailed Description

Definition at line 812 of file minja.hpp.

Constructor & Destructor Documentation

◆ EndGenerationTemplateToken()

minja::EndGenerationTemplateToken::EndGenerationTemplateToken ( const Location loc,
SpaceHandling  pre,
SpaceHandling  post 
)
inline

Definition at line 813 of file minja.hpp.


The documentation for this struct was generated from the following file: