libassa  3.5.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
MemDump.cpp
Go to the documentation of this file.
1 // -*- c++ -*-
2 //------------------------------------------------------------------------------
3 // MemDump.cpp
4 //------------------------------------------------------------------------------
5 // Copyright (C) 1997-2002 Vladislav Grinchenko
6 //
7 // This library is free software; you can redistribute it and/or
8 // modify it under the terms of the GNU Library General Public
9 // License as published by the Free Software Foundation; either
10 // version 2 of the License, or (at your option) any later version.
11 //
12 // $Source: /cvsroot/libassa/libassa/assa/MemDump.cpp,v $
13 // $Revision: 1.6 $
14 // $Locker: $
15 // $Author: vlg $
16 // $Date: 2006/07/20 02:30:54 $
17 //------------------------------------------------------------------------------
18 
19 #include "assa/Logger.h"
20 #include "assa/MemDump.h"
21 
22 using namespace ASSA;
23 
24 const char MemDump::m_empty_str[] = "Null";
25 
27 MemDump(const char* msg_, int len_) : m_dump (NULL)
28 {