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

Files

file  entity_data_bin.cpp [code]
 
file  entity_data_bin.h [code]
 
file  entity_defs.cpp [code]
 
file  entity_defs.h [code]
 
file  identity_infoton.cpp [code]
 
file  identity_infoton.h [code]
 
file  identity_tentacle.cpp [code]
 
file  identity_tentacle.h [code]
 
file  infoton.cpp [code]
 
file  infoton.h [code]
 
file  octopus.cpp [code]
 
file  octopus.h [code]
 
file  tentacle.cpp [code]
 
file  tentacle.h [code]
 
file  tentacle_helper.h [code]
 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.
 
file  unhandled_request.cpp [code]
 
file  unhandled_request.h [code]