Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
callback.h File Reference

Go to the source code of this file.

Classes

class  net_instaweb::Callback1< A1 >
 
class  net_instaweb::_MemberCallback_0_1< C, A1, DeleteAfterRun >
 
struct  net_instaweb::remove_reference< T >
 Specified by TR1 [4.7.2] Reference modifications. More...
 
struct  net_instaweb::remove_reference< T & >
 
struct  net_instaweb::ConstRef< T >
 
class  net_instaweb::_MemberCallback_1_1< T, P1, A1, DeleteAfterRun >
 
class  net_instaweb::Callback2< A1, A2 >
 
class  net_instaweb::_MemberCallback_0_2< C, A1, A2, DeleteAfterRun >
 
class  net_instaweb::_MemberCallback_2_1< T, P1, A1, A2, DeleteAfterRun >
 

Namespaces

 net_instaweb
 Unit-test framework for wget fetcher.
 

Functions

template<class T1 , class T2 , class A1 >
_MemberCallback_0_1< T1, A1,
true >::base * 
net_instaweb::NewCallback (T1 *obj, void(T2::*member)(A1))
 Creates a callback that automatically gets deleted after being run.
 
template<class T1 , class T2 , class A1 >
_MemberCallback_0_1< T1, A1,
false >::base * 
net_instaweb::NewPermanentCallback (T1 *obj, void(T2::*member)(A1))
 Creates a callback that does not get deleted after being run.
 
template<class T1 , class T2 , class P1 , class A1 >
_MemberCallback_1_1< T1, P1,
A1, true >::base * 
net_instaweb::NewCallback (T1 *obj, void(T2::*member)(P1, A1), typename ConstRef< P1 >::type p1)
 Creates a callback that automatically gets deleted after being run.
 
template<class T1 , class T2 , class P1 , class A1 >
_MemberCallback_1_1< T1, P1,
A1, false >::base * 
net_instaweb::NewPermanentCallback (T1 *obj, void(T2::*member)(P1, A1), typename ConstRef< P1 >::type p1)
 Creates a callback that does not get deleted after being run.
 
template<class T1 , class T2 , class A1 , class A2 >
_MemberCallback_0_2< T1, A1,
A2, true >::base * 
net_instaweb::NewCallback (T1 *obj, void(T2::*member)(A1, A2))
 Creates a callback that automatically gets deleted after being run.
 
template<class T1 , class T2 , class A1 , class A2 >
_MemberCallback_0_2< T1, A1,
A2, false >::base * 
net_instaweb::NewPermanentCallback (T1 *obj, void(T2::*member)(A1, A2))
 Creates a callback that does not get deleted after being run.
 
template<class T1 , class T2 , class P1 , class A1 , class A2 >
_MemberCallback_2_1< T1, P1,
A1, A2, true >::base * 
net_instaweb::NewCallback (T1 *obj, void(T2::*member)(P1, A1, A2), typename ConstRef< P1 >::type p1)
 Creates a callback that automatically gets deleted after being run.
 
template<class T1 , class T2 , class P1 , class A1 , class A2 >
_MemberCallback_2_1< T1, P1,
A1, A2, false >::base * 
net_instaweb::NewPermanentCallback (T1 *obj, void(T2::*member)(P1, A1, A2), typename ConstRef< P1 >::type p1)
 Creates a callback that does not get deleted after being run.
 

Detailed Description

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.