11template <
typename DB_STRUCT>
20 bool valid()
const {
return m_valid; }
32 bool getInfo(std::function<
int(DB_STRUCT**)> get_func,
const char *errlabel);
Base class for PasswdInfo and GroupInfo.
DB_STRUCT m_info
struct passwd or struct group.
bool getInfo(std::function< int(DB_STRUCT **)> get_func, const char *errlabel)
Helper to drive the common getter function logic for getpw* and getgr*.
std::vector< char > m_buf
Extra space for storing the dynamic strings in the m_info struct.
bool valid() const
Returns whether data is present in the object.
const DB_STRUCT * raw() const
Grants access to the raw underlying data structure.
void reset()
Zeroes out all data.