Numworks Epsilon  1.4.1
Graphing Calculator Operating System
TextArea::Text::Line Class Reference

#include <text_area.h>

Public Member Functions

 Line (const char *text)
 
const char * text () const
 
size_t length () const
 
bool contains (const char *c) const
 

Detailed Description

Definition at line 28 of file text_area.h.

Constructor & Destructor Documentation

◆ Line()

TextArea::Text::Line::Line ( const char *  text)

Definition at line 25 of file text_area.cpp.

Member Function Documentation

◆ contains()

bool TextArea::Text::Line::contains ( const char *  c) const

Definition at line 37 of file text_area.cpp.

◆ length()

size_t TextArea::Text::Line::length ( ) const
inline

Definition at line 32 of file text_area.h.

◆ text()

const char* TextArea::Text::Line::text ( ) const
inline

Definition at line 31 of file text_area.h.


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