BusBoy  2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

Copyright 2014 Google Inc. All rights reserved.