CoreComponents 3.0.0
A Modern C++ Toolkit
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages Modules
Prefix Class Reference

String prefix More...

#include <cc/Prefix>

Public Member Functions

 Prefix ()
 Create an empty prefix.
 
 Prefix (const String &text, long offset=0)
 Create a prefix from text starting at offset.
 
bool operator== (const String &other) const
 Equality operator.
 

Detailed Description

String prefix

Constructor & Destructor Documentation

◆ Prefix() [1/2]

Prefix ( )

Create an empty prefix.

◆ Prefix() [2/2]

Prefix ( const String & text,
long offset = 0 )

Create a prefix from text starting at offset.

Member Function Documentation

◆ operator==()

bool operator== ( const String & other) const

Equality operator.