![]() |
ATLAS Offline Software
|
#include <charconv>#include <iostream>#include <vector>#include <ranges>#include <string_view>#include "interpretSeeds.h"Go to the source code of this file.
Functions | |
| void | getLuxury (std::vector< std::string >::iterator &token, short &luxLevel) |
| void | getOffset (std::vector< std::string >::iterator &token, uint32_t &offset) |
| bool | interpretSeeds (const std::string &buffer, std::string &stream, uint32_t &seed1, uint32_t &seed2, short &luxury, uint32_t &offset) |
| bool | interpretSeeds (const std::string &buffer, std::string &stream, std::vector< uint32_t > &seeds) |
|
inline |
Definition at line 15 of file interpretSeeds.cxx.
|
inline |
Definition at line 30 of file interpretSeeds.cxx.
| bool interpretSeeds | ( | const std::string & | buffer, |
| std::string & | stream, | ||
| std::vector< uint32_t > & | seeds ) |
Definition at line 69 of file interpretSeeds.cxx.
| bool interpretSeeds | ( | const std::string & | buffer, |
| std::string & | stream, | ||
| uint32_t & | seed1, | ||
| uint32_t & | seed2, | ||
| short & | luxury, | ||
| uint32_t & | offset ) |
Definition at line 43 of file interpretSeeds.cxx.