============================================================================
This file is part of GPSTk, the GPS Toolkit.
The GPSTk is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or any later version.
The GPSTk is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with GPSTk; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Copyright 2004, The University of Texas at Austin
============================================================================
# 27 "/home/gpstk/dev/lib/vdraw/Comment.cpp" 2
/** This is the default buffer size to avoid unnecessary allocation. This is meant to be a generally small size that will fit most comments.
Definition in file Comment.cpp.
#include "Comment.hpp"
#include <string>
#include <stdarg.h>
#include <stdio.h>
Include dependency graph for Comment.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | vdraw |
Defines | |
| #define | BUFFER_SIZE 100 |
|
|
Definition at line 34 of file Comment.cpp. |
1.3.9.1