bux API Reference 1.9.0
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
Loading...
Searching...
No Matches
bux::C_ParaLog::C_NodeArrayProxy Class Reference

#include <ParaLog.h>

Public Member Functions

 C_NodeArrayProxy (std::recursive_mutex &lock, C_NodePartition &nodePart)
 
C_NodeProxy operator[] (size_t i) const
 
C_NodeProxy matchedNone () const
 
size_t sizeOfFilters () const
 

Detailed Description

Definition at line 94 of file ParaLog.h.

Constructor & Destructor Documentation

◆ C_NodeArrayProxy()

bux::C_ParaLog::C_NodeArrayProxy::C_NodeArrayProxy ( std::recursive_mutex & lock,
C_NodePartition & nodePart )
inline

Definition at line 99 of file ParaLog.h.

Member Function Documentation

◆ matchedNone()

auto bux::C_ParaLog::C_NodeArrayProxy::matchedNone ( ) const
nodiscard

Definition at line 24 of file ParaLog.cpp.

◆ operator[]()

auto bux::C_ParaLog::C_NodeArrayProxy::operator[] ( size_t i) const
nodiscard

Definition at line 8 of file ParaLog.cpp.

◆ sizeOfFilters()

size_t bux::C_ParaLog::C_NodeArrayProxy::sizeOfFilters ( ) const
inline

Definition at line 102 of file ParaLog.h.


The documentation for this class was generated from the following files: