can i make a vector of vectors?

i have text file with blocks

SAY
<text>
RES
<text>
END

I wanna hold as many of these blockes in different vectors...its for a scripting thingy.

like one vector for SAY, but the number of vectors varies on the number of blocks..

or is there a better way to do this?