rasdaman client API  10.6.3
The Array Analytics Engine: Datacubes at Your Fingertips
Public Member Functions | List of all members
r_String Class Reference

A string value wrapper. More...

#include <stringdata.hh>

Public Member Functions

 r_String ()=default
 default constructor More...
 
 r_String (const char *v)
 constructs a string from the string representation More...
 
 ~r_String ()=default
 
void print_status (std::ostream &s) const
 debug output More...
 
const std::string get_value () const
 

Detailed Description

A string value wrapper.

Constructor & Destructor Documentation

◆ r_String() [1/2]

r_String::r_String ( )
default

default constructor

◆ r_String() [2/2]

r_String::r_String ( const char *  v)
explicit

constructs a string from the string representation

◆ ~r_String()

r_String::~r_String ( )
default

Member Function Documentation

◆ get_value()

const std::string r_String::get_value ( ) const

◆ print_status()

void r_String::print_status ( std::ostream &  s) const

debug output


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