GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes | Namespaces | Functions
String.h File Reference
#include "colony_map.h"
#include "Cpl/Container/Key.h"
#include <stdarg.h>
#include <iostream>
Include dependency graph for String.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Cpl::Text::String
 This abstract class defines the operations that can be before on a NULL terminated string. More...
 

Namespaces

namespace  Cpl
 The 'Cpl' namespace is the root name space for the Colony.
 
namespace  Cpl::Text
 The Text namespace provides yet-another String class and additional string and/or text processing utilities.
 

Functions

ostream & std::operator<< (ostream &out, const Cpl::Text::String &outstring)
 Support stream output operator directly.
 
istream & std::operator>> (istream &in, Cpl::Text::String &instring)
 Support stream input operator directly.
 

Function Documentation

◆ operator<<()

ostream & std::operator<< ( ostream &  out,
const Cpl::Text::String outstring 
)

Support stream output operator directly.

◆ operator>>()

istream & std::operator>> ( istream &  in,
Cpl::Text::String instring 
)

Support stream input operator directly.