Page Speed Optimization Libraries
1.11.33.2
Main Page
Related Pages
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Pages
net
instaweb
htmlparse
public
statistics_log.h
Go to the documentation of this file.
1
/*
2
* Copyright 2010 Google Inc.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
6
* You may obtain a copy of the License at
7
*
8
* http:///www.apache.org/licenses/LICENSE-2.0
9
*
10
* Unless required by applicable law or agreed to in writing, software
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
18
19
#ifndef NET_INSTAWEB_HTMLPARSE_PUBLIC_STATISTICS_LOG_H_
20
#define NET_INSTAWEB_HTMLPARSE_PUBLIC_STATISTICS_LOG_H_
21
22
#include "pagespeed/kernel/base/basictypes.h"
23
24
namespace
net_instaweb {
25
26
class
StatisticsLog
{
27
public
:
28
StatisticsLog
() { }
29
virtual
~
StatisticsLog
();
30
virtual
void
LogStat(
const
char
*statName,
int
value) = 0;
31
32
private
:
33
34
};
35
36
}
37
38
#endif
net_instaweb::StatisticsLog
Definition:
statistics_log.h:26
Generated on Fri May 13 2016 15:33:58 for Page Speed Optimization Libraries by
1.8.6