Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Something Class Reference

Public Member Functions

 Something (std::string n)
 
const std::string getName ()
 
void setName (std::string name)
 

Detailed Description

Definition at line 11 of file core.cpp.

Constructor & Destructor Documentation

◆ Something()

Something::Something ( std::string  n)
inline

Definition at line 13 of file core.cpp.

13: fName(n) {}

Member Function Documentation

◆ getName()

const std::string Something::getName ( )
inline

Definition at line 15 of file core.cpp.

15 {
16 return fName;
17 }

◆ setName()

void Something::setName ( std::string  name)
inline

Definition at line 19 of file core.cpp.

19 {
20 fName = name;
21 }
const char * name
Definition fuchsia.cc:50

The documentation for this class was generated from the following file: