CARLA
Functions
test_listview.cpp File Reference
#include "test.h"
#include <carla/ListView.h>
#include <array>
#include <cstring>
#include <list>
#include <set>
#include <string>
#include <vector>
+ Include dependency graph for test_listview.cpp:

Go to the source code of this file.

Functions

 TEST (listview, sequence)
 
 TEST (listview, string)
 
template<typename Iterator >
static void TestSequence (carla::ListView< Iterator > view)
 

Function Documentation

◆ TEST() [1/2]

TEST ( listview  ,
sequence   
)

Definition at line 30 of file test_listview.cpp.

References carla::MakeListView(), and TestSequence().

+ Here is the call graph for this function:

◆ TEST() [2/2]

TEST ( listview  ,
string   
)

Definition at line 43 of file test_listview.cpp.

References carla::MakeListView().

+ Here is the call graph for this function:

◆ TestSequence()

template<typename Iterator >
static void TestSequence ( carla::ListView< Iterator >  view)
static

Definition at line 21 of file test_listview.cpp.

Referenced by TEST().

+ Here is the caller graph for this function: