strings with fixed length

2008-10-23 Thread thecreator
Hi! I'd like to realize messages which do not need to allocate memory during runtime. All the allocation should be done at initialization. Therefor I'd need some mechanism to define strings with fixed length in .proto files. I read about the option annotation in version 2.0.2. Is it possible

Re: strings with fixed length

2008-10-23 Thread Kenton Varda
runtime. All the allocation should be done at initialization. Therefor I'd need some mechanism to define strings with fixed length in .proto files. I read about the option annotation in version 2.0.2. Is it possible to change the code generation with this annotations, so that a string