Intro_Class_Area
Functions
form.cpp File Reference
#include "form.h"
#include <iostream>

Go to the source code of this file.

Functions

bool operator< (const Form &a, const Form &b)
 
bool kleiner (const Form *a, const Form *b)
 
ostream & operator<< (ostream &s, const Form &rhs)
 

Function Documentation

◆ kleiner()

bool kleiner ( const Form a,
const Form b 
)

Definition at line 25 of file form.cpp.

◆ operator<()

bool operator< ( const Form a,
const Form b 
)

Definition at line 20 of file form.cpp.

◆ operator<<()

ostream& operator<< ( ostream &  s,
const Form rhs 
)

Definition at line 31 of file form.cpp.