#include <string>
#include "dods-limits.h"
#include "BaseType.h"
Include dependency graph for Str.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Str |
Holds character string data. More... | |
Defines | |
#define | _str_h 1 |
Variables | |
const unsigned int | max_str_len = DODS_USHRT_MAX - 1 |
const unsigned int max_str_len = DODS_USHRT_MAX - 1 |
Definition at line 51 of file Str.h.
Referenced by XDRFileUnMarshaller::get_str(), XDRStreamMarshaller::put_str(), XDRFileMarshaller::put_str(), and xdr_str().