Extract internal representation of a Queue * * @param[in] queue Opaque queue pointer * * @return The internal representation as an IQueue */
| 74 | * @return The internal representation as an IQueue |
| 75 | */ |
| 76 | inline IQueue *get_internal(AclQueue queue) |
| 77 | { |
| 78 | return static_cast<IQueue *>(queue); |
| 79 | } |
| 80 | |
| 81 | namespace detail |
| 82 | { |
no outgoing calls
no test coverage detected