uvgVPCCenc 1.1.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
uvgvpcc_enc::jobKey Class Reference

#include <jobManagement.hpp>

Collaboration diagram for uvgvpcc_enc::jobKey:

Public Member Functions

 jobKey (const size_t &gofId, const size_t &frameId, const std::string &funcName)
 
 jobKey (const size_t &gofId, const std::string &funcName)
 
std::string toString () const
 
size_t getGofId () const
 
std::optional< size_t > getFrameId () const
 
std::string getFuncName () const
 
bool operator== (const jobKey &other) const
 

Constructor & Destructor Documentation

◆ jobKey() [1/2]

uvgvpcc_enc::jobKey::jobKey ( const size_t &  gofId,
const size_t &  frameId,
const std::string &  funcName 
)

◆ jobKey() [2/2]

uvgvpcc_enc::jobKey::jobKey ( const size_t &  gofId,
const std::string &  funcName 
)

Member Function Documentation

◆ getFrameId()

std::optional< size_t > uvgvpcc_enc::jobKey::getFrameId ( ) const
Here is the caller graph for this function:

◆ getFuncName()

std::string uvgvpcc_enc::jobKey::getFuncName ( ) const
Here is the caller graph for this function:

◆ getGofId()

size_t uvgvpcc_enc::jobKey::getGofId ( ) const
Here is the caller graph for this function:

◆ operator==()

bool uvgvpcc_enc::jobKey::operator== ( const jobKey other) const

◆ toString()

std::string uvgvpcc_enc::jobKey::toString ( ) const

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