libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
libdap::DapIndent Class Reference

class with static methods to help with indentation of debug information. More...

#include <DapIndent.h>

Collaboration diagram for libdap::DapIndent:
Collaboration graph

Static Public Member Functions

static const stringGetIndent ()
 
static void Indent ()
 
static ostreamLMarg (ostream &strm)
 
static void Reset ()
 
static void SetIndent (const string &indent)
 
static void UnIndent ()
 

Detailed Description

class with static methods to help with indentation of debug information.

Definition at line 50 of file DapIndent.h.

Member Function Documentation

◆ GetIndent()

const string & libdap::DapIndent::GetIndent ( )
static

Definition at line 57 of file DapIndent.cc.

◆ Indent()

void libdap::DapIndent::Indent ( )
static

Definition at line 44 of file DapIndent.cc.

◆ LMarg()

ostream & libdap::DapIndent::LMarg ( ostream & strm)
static

Definition at line 61 of file DapIndent.cc.

◆ Reset()

void libdap::DapIndent::Reset ( )
static

Definition at line 55 of file DapIndent.cc.

◆ SetIndent()

void libdap::DapIndent::SetIndent ( const string & indent)
static

Definition at line 59 of file DapIndent.cc.

◆ UnIndent()

void libdap::DapIndent::UnIndent ( )
static

Definition at line 46 of file DapIndent.cc.


The documentation for this class was generated from the following files: