[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-06 UTC."],[],["The `MPCallbackList` class in C++ manages a list of callbacks. It is initialized with a vector of `MPCallback` pointers. Its core functionality is encapsulated in the `RunCallback` method, which iterates through and executes each callback in the list sequentially. The `MPCallbackList` object's constructor takes the callback list to use as an argument.\n"]]