cppassist icon indicating copy to clipboard operation
cppassist copied to clipboard

Move classes from globjects

Open scheibel opened this issue 8 years ago • 1 comments

If globjects is about to get the dependency to cppassist, the following classes can be moved here:

  • AbstractFunctionCall / FunctionCall
  • ChangeListener / Changeable
  • HeapOnly
  • Referenced / ref_ptr
  • Singleton

Additionally, the logging can get merged (AbstractLogHandler, ConsoleLogger, LogMessage, LogMessageBuilder, LogMessageLevel, baselogging, formatString).

Maybe, the string source class hierarchy would remain in globjects but I wouldn't mind moving them here:

  • AbstractStringSource
  • CompositeStringSource
  • File
  • StaticStringSource
  • StringSourceDecorator
  • StringTemplate

scheibel avatar May 12 '16 19:05 scheibel

is this still relevant . globjects has still no dependency to cppassist (but cpplocate)

cgcostume avatar Oct 23 '18 03:10 cgcostume