Go to the source code of this file.
◆ getCharSequenceCppuType()
Gets the meta type of IDL sequence< char >. 
This function has been introduced due to ambiguities with unsigned short.
The dummy parameter is just a typed pointer for function signature.
- Returns
- type of IDL sequence< char >
- Deprecated
- Use cppu::UnoType instead. 
 
 
◆ getCppuSequenceType()
Gets the meta type of IDL sequence. 
This function has been introduced, because one cannot get the (templated) cppu type out of C++ array types.
- Attention
- the given element type must be the same as the template argument type! 
- Template Parameters
- 
  
    | E | element type of sequence |  
 
- Parameters
- 
  
    | rElementType | element type of sequence |  
 
- Returns
- type of IDL sequence
- Deprecated
- Use cppu::UnoType instead. 
 
 
◆ getCppuType()
Gets the meta type of IDL sequence. 
There are cases (involving templates) where uses of getCppuType are known to not compile. Use cppu::UnoType or cppu::getTypeFavourUnsigned instead.
The dummy parameter is just a typed pointer for function signature.
- Template Parameters
- 
  
    | E | element type of sequence |  
 
- Returns
- type of IDL sequence
- Deprecated
- Use cppu::UnoType instead.