Introduce a SmallVector Container

This commit is contained in:
Giulio Eulisse
2024-05-23 15:06:28 +02:00
parent a461bd0ae7
commit 602807e6f9
4 changed files with 1482 additions and 6 deletions

View File

@@ -55,6 +55,7 @@ if(BUILD_FAIRMQ)
ProgOptionsFwd.h
Properties.h
PropertyOutput.h
SmallVector.h
Socket.h
StateMachine.h
States.h
@@ -125,6 +126,7 @@ if(BUILD_FAIRMQ)
PluginServices.cxx
ProgOptions.cxx
Properties.cxx
SmallVector.cxx
StateMachine.cxx
States.cxx
SuboptParser.cxx