List of all members | Static Public Member Functions
utl::SilentPolicy< RetType, RetValue > Class Template Reference

Simply returns. More...

#include "utl/SilentPolicy.h"

Static Public Member Functions

static RetType Handle (const std::string &message)
 

Detailed Description

template<typename RetType = int, RetType RetValue = 0>
class utl::SilentPolicy< RetType, RetValue >

Simply returns.

Does nothing, simply returning the given RetValue.

Parameters
RetTypeThe desired result type, defaults to int.
RetValueThe desired return value, defaults to zero.
Author
Rodolfo Federico Gamarra
Date
10 Jan 2009

Definition at line 22 of file SilentPolicy.h.

Member Function Documentation

template<typename RetType = int, RetType RetValue = 0>
static RetType utl::SilentPolicy< RetType, RetValue >::Handle ( const std::string &  message)
inlinestatic

Definition at line 23 of file SilentPolicy.h.


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

, generated on Tue Sep 26 2023.