Loading...
Searching...
No Matches
Classes | Macros | Enumerations
Message.h File Reference

Provides the BMessage class. More...

Classes

class  BMessage
 A container that can be send and received using the Haiku messaging subsystem. More...
 

Macros

#define B_FIELD_NAME_LENGTH   255
 Undocumented...
 
#define B_PROPERTY_NAME_LENGTH   255
 Undocumented...
 

Enumerations

enum  {
  B_NO_SPECIFIER = 0 ,
  B_DIRECT_SPECIFIER = 1 ,
  B_INDEX_SPECIFIER ,
  B_REVERSE_INDEX_SPECIFIER ,
  B_RANGE_SPECIFIER ,
  B_REVERSE_RANGE_SPECIFIER ,
  B_NAME_SPECIFIER ,
  B_ID_SPECIFIER ,
  B_SPECIFIERS_END = 128
}
 

Detailed Description

Provides the BMessage class.

Macro Definition Documentation

◆ B_FIELD_NAME_LENGTH

#define B_FIELD_NAME_LENGTH   255

Undocumented...

Since
BeOS R3

◆ B_PROPERTY_NAME_LENGTH

#define B_PROPERTY_NAME_LENGTH   255

Undocumented...

Since
BeOS R3

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
B_NO_SPECIFIER 

Undocumented...

Since
BeOS R3
B_DIRECT_SPECIFIER 

Undocumented...

Since
BeOS R3
B_INDEX_SPECIFIER 

Undocumented...

Since
BeOS R3
B_REVERSE_INDEX_SPECIFIER 

Undocumented...

Since
BeOS R3
B_RANGE_SPECIFIER 

Undocumented...

Since
BeOS R3
B_REVERSE_RANGE_SPECIFIER 

Undocumented...

Since
BeOS R3
B_NAME_SPECIFIER 

Undocumented...

Since
BeOS R3
B_ID_SPECIFIER 

Undocumented...

Since
BeOS R3
B_SPECIFIERS_END 

Undocumented...

Since
BeOS R3