Leosac  0.8.0
Open Source Access Control
Leosac::Tools::LogEntry::QueryResult Struct Reference

Structure holding the result for a retrieve() call. More...

#include <LogEntry.hpp>

+ Collaboration diagram for Leosac::Tools::LogEntry::QueryResult:

Public Member Functions

 QueryResult ()=default
 

Public Attributes

std::vector< LogEntryentries
 
size_t total
 
size_t last
 
size_t first
 

Detailed Description

Structure holding the result for a retrieve() call.

Definition at line 71 of file LogEntry.hpp.

Constructor & Destructor Documentation

◆ QueryResult()

Leosac::Tools::LogEntry::QueryResult::QueryResult ( )
default

Member Data Documentation

◆ entries

std::vector<LogEntry> Leosac::Tools::LogEntry::QueryResult::entries

Definition at line 74 of file LogEntry.hpp.

◆ first

size_t Leosac::Tools::LogEntry::QueryResult::first

Definition at line 79 of file LogEntry.hpp.

◆ last

size_t Leosac::Tools::LogEntry::QueryResult::last

Definition at line 78 of file LogEntry.hpp.

◆ total

size_t Leosac::Tools::LogEntry::QueryResult::total

Definition at line 77 of file LogEntry.hpp.


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