commore  1.0.6-SNAPSHOT
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Todo List
Member commore::Action::abort (Processor &processor, bool wait=true)
rename to set_to_abort
Member commore::Action::stop (Processor &processor, bool wait=true)
rename to set_to_stop
Member commore::Action::wait (Processor &processor, const int timeout_ms=0)
use TimePeriod for timeout value, should return bool
Member commore::ActionGroup::add (PAction action)
void add(const PAction& action);
Member commore::ActionGroup::stop (Processor &processor, bool wait=true)
rename to set_to_stop and set_to_abort
Member commore::ActionGroup::wait (Processor &processor, const int timeout_ms=0)

change timeout type to TimePeriod

should return bool

Class commore::AString
keep only usefull method
Member commore::AString::CompareNoCase (const AChar *s) const
remove this method
Member commore::AString::Delete (size_t pos=0, size_t n=1)
to remove
Member commore::AString::MakeLower ()
remove
Member commore::AString::MakeUpper ()
remove
Member commore::AString::Replace (const AChar *s1, const AChar *s2, bool case_sensitive=true)
remove this method
Member commore::AutoRef< E >::bind (const AChar *s)
is functionality this useful ??
Member commore::AutoRef< E >::bind ()
is functionality this useful ??
Member commore::BaseList::begin ()
should be protected
Member commore::BaseList::iterator::get_data () const
should be protected
Member commore::BaseList::iterator::get_dummy () const
should be protected
Class commore::ConsoleLogHook
colorized messages in accordance with their type
Class commore::IAutoRef< E >
remove from public header
Class commore::IAutoRefBase
remove from public header
Member commore::Log::toString (Double val, AString &dst)
rename to to_string
Member commore::Log::toString (Float val, AString &dst)
rename to to_string
Member commore::Log::toString (Long val, AString &dst)
rename to to_string
Member commore::Log::toString (Int val, AString &dst)
rename to to_string
Member commore::Log::toString (Bool val, AString &dst)
rename to to_string
Class commore::OBStreamFormat
usefull ????
Class commore::Processor
add a start method bool start(int nb_max_thread = 0, int nb_min_thread) and manage an inactive state and a min thread pool size.
Member commore::Processor::abort ()
set action abort flag on running action
Member commore::Processor::Processor (const char *name, const int nb_max_thread, int min_thread)
add a minimal parameter and a constructor for inactve processor Processor(bool active)
Member commore::Processor::submit (const PAction &action)
use void submit(const PAction& action);
Member commore::Processor::submit (ActionGroup &actions)
use void submit(const ActionGroup& actions);
Class commore::RefFactory
is bind method really useful
Member commore::RefFactory::bind (const AChar *s) const
is this method useful
Member commore::RefFactory::lookup_bind (const AChar *factory_name, const AChar *s, const AutoRefBase &def)
is useful
Class commore::RefObject
is interface reference counter realy useful
Member commore::RefObject::bind (const AChar *s)
not used
Member commore::RefObject::bind ()
not used
Member commore::RefObject::interface_release ()
is usefull
Member commore::RefObject::nested_attach ()
is useful ?
Member commore::RefObject::Run ()
understand why run crash
Class commore::String
keep only usefull method
Class commore::Table
remove from commore