Skip to content

Replace unnecessary classes with STL types #1

@QuLogic

Description

@QuLogic

There are several classes and such that merely replicate STL classes. They should be removed in favour of the standard classes.

  • Remove LINKLIST class
  • Include standard headers consistently
  • Replace str_ptr with std::string
  • Replace ARRAY with std::vector (or std::map or std::set)
  • Replace LIST with std::vector (or std::map or std::set)
  • Replace STDbool with bool and use its builtin values
  • Replace STDmem_queue with a std::stringbuf
  • Replace STDdstream and/or NetStream?
  • Remove mem_push and STDmem_* classes
  • Replace HASH with stuff? Might be C++11
  • Maybe replace REFptr with shared_ptr (definitely C++11, or TR1)

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions