client-cpp  0.6.3
KaaTcpParser.hpp File Reference
#include <cstdint>
#include <boost/noncopyable.hpp>
#include <boost/shared_array.hpp>
#include "kaa/kaatcp/KaaTcpCommon.hpp"
#include <list>
+ Include dependency graph for KaaTcpParser.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kaa::KaaTcpParser
 

Namespaces

 kaa
 

Typedefs

typedef std::pair
< KaaTcpMessageType, std::pair
< boost::shared_array< char >
, std::uint32_t > > 
kaa::MessageRecord
 
typedef std::list< MessageRecord > kaa::MessageRecordList
 

Enumerations

enum  kaa::KaaTcpParserState : std::uint8_t { kaa::KaaTcpParserState::NONE = 0x00, kaa::KaaTcpParserState::PROCESSING_LENGTH = 0x01, kaa::KaaTcpParserState::PROCESSING_PAYLOAD = 0x02 }