Public Attributes | List of all members
PublicToken Struct Reference

This object will be used to build the internal tokens. More...

Public Attributes

bool canBeProducer
 If you know this thread can push elements, set this to true. More...
 
Array< void * > threadIds
 The list of thread Ids. More...
 
String threadName
 The name of the thread. More...
 

Detailed Description

This object will be used to build the internal tokens.

Member Data Documentation

bool canBeProducer

If you know this thread can push elements, set this to true.

Array<void*> threadIds

The list of thread Ids.

Get them with Thread::getCurrentThreadIds().

String threadName

The name of the thread.

Just useful for debugging.

©2017 HISE. This documentation is autogenerated from the HISE source code using Doxygen.