Loading...
Searching...
No Matches
payload.h File Reference
+ Include dependency graph for payload.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SdfPayload
 Represents a payload and all its meta data. More...
 

Typedefs

typedef std::vector< SdfPayloadSdfPayloadVector
 

Functions

SDF_API std::ostream & operator<< (std::ostream &out, const SdfPayload &payload)
 Writes the string representation of SdfPayload to out.
 

Typedef Documentation

◆ SdfPayloadVector

typedef std::vector<SdfPayload> SdfPayloadVector

Definition at line 44 of file payload.h.

Function Documentation

◆ operator<<()

SDF_API std::ostream & operator<< ( std::ostream &  out,
const SdfPayload payload 
)

Writes the string representation of SdfPayload to out.