feisty meow concerns codebase 2.140
octopus Directory Reference
Directory dependency graph for octopus:
/opt/feistymeow.org/feisty_meow/octopi/library/octopus

Files

 entity_data_bin.cpp
 
 entity_data_bin.h
 
 entity_defs.cpp
 
 entity_defs.h
 
 identity_infoton.cpp
 
 identity_infoton.h
 
 identity_tentacle.cpp
 
 identity_tentacle.h
 
 infoton.cpp
 
 infoton.h
 
 octopus.cpp
 
 octopus.h
 
 tentacle.cpp
 
 tentacle.h
 
 tentacle_helper.h
 Automates some common tasks for tentacle implementations. This template provides some default implementations for the methods that derived tentacles must implement. This works best when the infotons being exchanged are derived from a common base; the base class would be used as the instantiation type here. For tentacles used in network communication, the client side could use tentacle_helper<infoton_type> without adding any functionality. The server side must override the consume() and expunge() methods in order to implement processing for the infotons sent by its clients.
 
 unhandled_request.cpp
 
 unhandled_request.h