YAPOG  0.0.1
Yet Another Pokemon Online Game
ChatDisplayer.hpp File Reference
Include dependency graph for ChatDisplayer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  yap::ChatDisplayer

Namespaces

namespace  yap

Macros

#define CHANMAXBUF   1000
#define NBCHAN   6
#define DISPLAYS(s)   std::cout << (s) << std::endl

Typedefs

typedef collection::Array
< CMType * > 
yap::ChansType
typedef std::pair< CMType
*, String > 
yap::ChanOutputType
typedef collection::Array
< ChanOutputType > 
yap::ChanBufType

Macro Definition Documentation

#define CHANMAXBUF   1000

Definition at line 10 of file ChatDisplayer.hpp.

#define DISPLAYS (   s)    std::cout << (s) << std::endl

Definition at line 12 of file ChatDisplayer.hpp.

#define NBCHAN   6

Definition at line 11 of file ChatDisplayer.hpp.