#include <Bounded_String_Sequence_T.h>
Inheritance diagram for TAO::bounded_string_sequence< MAX >:


Public Member Functions | |
| bounded_string_sequence () | |
| bounded_string_sequence (CORBA::ULong length, char **data, CORBA::Boolean release=false) | |
      
  | 
  |||||||||
| 
 
 Definition at line 25 of file Bounded_String_Sequence_T.h. 
 00026     : details::bounded_basic_string_sequence<char,MAX>()
00027   {}
 | 
  
      
  | 
  ||||||||||||||||||||
| 
 
 Definition at line 28 of file Bounded_String_Sequence_T.h. 
 00032 : details::bounded_basic_string_sequence<char,MAX>( 00033 length, data, release) 00034 {}  | 
  
 
1.3.6