BusBoy
2
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
cpp
api
util
StackUtil.h
Go to the documentation of this file.
1
17
#ifndef __BUSBOY_STACK_UTIL_H__
18
#define __BUSBOY_STACK_UTIL_H__
19
20
namespace
BUSBOY {
21
22
class
StackUtil
{
23
24
public
:
25
26
static
std::string
generateBackTrace
();
27
28
static
std::string
generateBackTrace
(
int
maxFrames);
29
30
static
std::string
formatLocation
(
const
char
* file,
const
char
*
function
,
int
line);
31
32
};
33
34
}
35
36
#endif
Tue Nov 11 2014 23:19:41
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.