Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
net_instaweb::source_map::Mapping Struct Reference

#include "source_map.h"

Public Member Functions

 Mapping (int gen_line_arg, int gen_col_arg, int src_file_arg, int src_line_arg, int src_col_arg)
 

Public Attributes

int gen_line
 
int gen_col
 
int src_file
 
int src_line
 
int src_col
 

Detailed Description

Declares a mapping between a line # and column # in generated file with the corresponding source file #, line # and column #.


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