Main Page | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals

MCFTPmssg.h File Reference

#include <iostream.h>
#include <string.h>
#include "BufferBase.h"
#include "MRAsb.h"
#include "MCFTPheader.h"
#include "MCFTPrequest.h"
#include "MCFTPquote.h"

Include dependency graph for MCFTPmssg.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Data Structures

class  MCFTPmssg

Functions

bool operator< (MCFTPmssg::MessageType lhs, MCFTPmssg::MessageType rhs)
bool operator<= (MCFTPmssg::MessageType lhs, MCFTPmssg::MessageType rhs)
bool operator> (MCFTPmssg::MessageType lhs, MCFTPmssg::MessageType rhs)
bool operator>= (MCFTPmssg::MessageType lhs, MCFTPmssg::MessageType rhs)


Function Documentation

bool operator< MCFTPmssg::MessageType  lhs,
MCFTPmssg::MessageType  rhs
 

Definition at line 355 of file MCFTPmssg.h.

00358 {
00359    return int(lhs) < int(rhs);
00360 }

bool operator<= MCFTPmssg::MessageType  lhs,
MCFTPmssg::MessageType  rhs
 

Definition at line 362 of file MCFTPmssg.h.

00365 {
00366    return int(lhs) <= int(rhs);
00367 }

bool operator> MCFTPmssg::MessageType  lhs,
MCFTPmssg::MessageType  rhs
 

Definition at line 341 of file MCFTPmssg.h.

00344 {
00345    return int(lhs) > int(rhs);
00346 }

bool operator>= MCFTPmssg::MessageType  lhs,
MCFTPmssg::MessageType  rhs
 

Definition at line 348 of file MCFTPmssg.h.

00351 {
00352    return int(lhs) >= int(rhs);
00353 }


Generated on Mon May 31 21:40:09 2004 for SR2k4 Assembler by doxygen 1.3.6