Ice 3.7 C++11 API Reference
Public Attributes | List of all members
Glacier2::PermissionsVerifier::CheckPermissionsResult Struct Reference

Encapsulates the results of a call to checkPermissions. More...

#include <PermissionsVerifier.h>

Public Attributes

::std::string reason
 The reason why access was denied. More...
 
bool returnValue
 True if access is granted, or false otherwise. More...
 

Detailed Description

Encapsulates the results of a call to checkPermissions.

Member Data Documentation

◆ reason

::std::string Glacier2::PermissionsVerifier::CheckPermissionsResult::reason

The reason why access was denied.

◆ returnValue

bool Glacier2::PermissionsVerifier::CheckPermissionsResult::returnValue

True if access is granted, or false otherwise.


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